From 3a3ba622dbf9c035b0f26979601b2d4d192b4167 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 13 Jul 2008 16:37:18 +0000 Subject: connection sequence updates, breaks network protocol --- src/core/net.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/net.h') diff --git a/src/core/net.h b/src/core/net.h index 3c49467..2ca81fe 100644 --- a/src/core/net.h +++ b/src/core/net.h @@ -10,6 +10,9 @@ namespace core { +/// network protocol version +const unsigned int PROTOCOLVERSION = 1; + /// maximum lenght of a (compressed) network message block const unsigned int FRAMESIZE = 1152; const unsigned int BLOCKSIZE = 8192; -- cgit v1.2.3