Overwinter peer management and network handshaking.

Implements ZIP 201.
This commit is contained in:
Simon
2018-02-20 11:03:40 -08:00
parent 2423a40c08
commit 72b2192950
4 changed files with 61 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
* network protocol versioning
*/
static const int PROTOCOL_VERSION = 170002;
static const int PROTOCOL_VERSION = 170003;
//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;