mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
bump p2p_version in tests
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
This commit is contained in:
parent
b423f42aae
commit
b224f3f6ca
@ -92,8 +92,8 @@ logger = logging.getLogger("TestFramework.p2p")
|
|||||||
# The minimum P2P version that this test framework supports
|
# The minimum P2P version that this test framework supports
|
||||||
MIN_P2P_VERSION_SUPPORTED = 60001
|
MIN_P2P_VERSION_SUPPORTED = 60001
|
||||||
# The P2P version that this test framework implements and sends in its `version` message
|
# The P2P version that this test framework implements and sends in its `version` message
|
||||||
# Version 70234 increased max header count for HEADERS2 message from 2000 to 8000
|
# Version 70235 increased max header count for HEADERS2 message from 2000 to 8000
|
||||||
P2P_VERSION = 70234
|
P2P_VERSION = 70235
|
||||||
# The services that this test framework offers in its `version` message
|
# The services that this test framework offers in its `version` message
|
||||||
P2P_SERVICES = NODE_NETWORK | NODE_HEADERS_COMPRESSED
|
P2P_SERVICES = NODE_NETWORK | NODE_HEADERS_COMPRESSED
|
||||||
# The P2P user agent string that this test framework sends in its `version` message
|
# The P2P user agent string that this test framework sends in its `version` message
|
||||||
|
Loading…
Reference in New Issue
Block a user