mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 10:42:23 +02:00
[functional test] transaction orphan handling
This commit is contained in:
@ -95,6 +95,12 @@ P2P_SUBVERSION = "/python-p2p-tester:0.0.3/"
|
||||
P2P_VERSION_RELAY = 1
|
||||
# Delay after receiving a tx inv before requesting transactions from non-preferred peers, in seconds
|
||||
NONPREF_PEER_TX_DELAY = 2
|
||||
# Delay for requesting transactions via txids if we have wtxid-relaying peers, in seconds
|
||||
TXID_RELAY_DELAY = 2
|
||||
# Delay for requesting transactions if the peer has MAX_PEER_TX_REQUEST_IN_FLIGHT or more requests
|
||||
OVERLOADED_PEER_TX_DELAY = 2
|
||||
# How long to wait before downloading a transaction from an additional peer
|
||||
GETDATA_TX_INTERVAL = 60
|
||||
|
||||
MESSAGEMAP = {
|
||||
b"addr": msg_addr,
|
||||
|
Reference in New Issue
Block a user