]> Git Repo - VerusCoin.git/commit - src/main.cpp
Split MIN_PROTO_VERSION into INIT_PROTO_VERSION and MIN_PEER_PROTO_VERSION
authorWarren Togami <[email protected]>
Sat, 26 Oct 2013 09:21:21 +0000 (23:21 -1000)
committerWarren Togami <[email protected]>
Sat, 26 Oct 2013 09:46:37 +0000 (23:46 -1000)
commit1ce418929a17c063a0a2e3b176b82d280ef053a6
tree50370fb2ae945912b23814c6c1bc0e6a3ca9e4bb
parent0d09b3e8b0218169ab7ad2aa787c43ea11bc7060
Split MIN_PROTO_VERSION into INIT_PROTO_VERSION and MIN_PEER_PROTO_VERSION

INIT_PROTO_VERSION is the initial version, after a succesful version/verack it is increased to a negotiated version.
MIN_PEER_PROTO_VERSION could be a different value to disconnect from peers older than a specified version.
src/main.cpp
src/net.h
src/version.h
This page took 0.025064 seconds and 4 git commands to generate.