Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/net.h')
-rw-r--r--src/core/net.h3
1 files changed, 3 insertions, 0 deletions
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;