summaryrefslogtreecommitdiff
path: root/src/const
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-11-01 19:25:41 +0300
committerAndrei Karas <akaras@inbox.ru>2017-11-01 23:45:27 +0300
commit26459f06e92ba611a61d4dcaf9df1992f6de5e4d (patch)
treef50a3c0afb24d7f3054b1f43595406533c5bf051 /src/const
parent17daf620e673758c891892ece5e85faea3d7fcf0 (diff)
downloadplus-26459f06e92ba611a61d4dcaf9df1992f6de5e4d.tar.gz
plus-26459f06e92ba611a61d4dcaf9df1992f6de5e4d.tar.bz2
plus-26459f06e92ba611a61d4dcaf9df1992f6de5e4d.tar.xz
plus-26459f06e92ba611a61d4dcaf9df1992f6de5e4d.zip
Add shuffle packets for packet version 20171101.
Diffstat (limited to 'src/const')
-rw-r--r--src/const/net/maxpacketversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/const/net/maxpacketversion.h b/src/const/net/maxpacketversion.h
index 84967f06d..fd1c7bc1d 100644
--- a/src/const/net/maxpacketversion.h
+++ b/src/const/net/maxpacketversion.h
@@ -27,6 +27,6 @@
#include <stdint.h>
#endif // defined(__GXX_EXPERIMENTAL_CXX0X__)
-static const uint32_t maxPacketVersion = 20171025;
+static const uint32_t maxPacketVersion = 20171101;
#endif // CONST_NET_MAXPACKETVERSION_H