Add more tests to p2p-fullblocktest

This commit is contained in:
Suhas Daftuar
2015-12-15 15:53:10 -05:00
committed by Suhas Daftuar
parent 7a5040155e
commit 9b41a5fba2
2 changed files with 146 additions and 12 deletions

View File

@@ -36,6 +36,7 @@ MY_VERSION = 60001 # past bip-31 for ping/pong
MY_SUBVERSION = "/python-mininode-tester:0.0.1/"
MAX_INV_SZ = 50000
MAX_BLOCK_SIZE = 1000000
# Keep our own socket map for asyncore, so that we can track disconnects
# ourselves (to workaround an issue with closing an asyncore socket when