From 6aed8b7e9b206e728367fee9edfeb85b536bba69 Mon Sep 17 00:00:00 2001 From: glozow Date: Fri, 26 Feb 2021 12:53:40 -0800 Subject: [test] tx processing before and after ibd Co-authored-by: Amiti Uttarwar --- test/functional/test_framework/p2p.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/functional/test_framework') diff --git a/test/functional/test_framework/p2p.py b/test/functional/test_framework/p2p.py index 78c63b57a1..cf6689437c 100755 --- a/test/functional/test_framework/p2p.py +++ b/test/functional/test_framework/p2p.py @@ -89,6 +89,8 @@ P2P_SERVICES = NODE_NETWORK | NODE_WITNESS P2P_SUBVERSION = "/python-p2p-tester:0.0.3/" # Value for relay that this test framework sends in its `version` message P2P_VERSION_RELAY = 1 +# Delay after receiving a tx inv before requesting transactions from non-preferred peers, in seconds +NONPREF_PEER_TX_DELAY = 2 MESSAGEMAP = { b"addr": msg_addr, -- cgit v1.2.3