summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAndrey Nazarov <skuller@skuller.net>2013-02-03 21:58:32 +0400
committerAndrey Nazarov <skuller@skuller.net>2013-02-03 22:12:21 +0400
commit8b05e7f3a9972da520eff04e0af36e19ed0eb6d4 (patch)
treeadbfad4ff528d46be6f6e7204ae1be0bdfbe0293 /inc
parent66a7677c2911793c4d9380f13044205fbd795947 (diff)
Add client support for compressed UDP downloads.
Support both continuous deflate stream for entire download and chunked per-packet streams. Add new minor Q2PRO protocol version 1021.
Diffstat (limited to 'inc')
-rw-r--r--inc/common/protocol.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/common/protocol.h b/inc/common/protocol.h
index 5d752ef..6ab42fc 100644
--- a/inc/common/protocol.h
+++ b/inc/common/protocol.h
@@ -46,7 +46,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define PROTOCOL_VERSION_Q2PRO_SHORT_ANGLES 1018 // r1037-44
#define PROTOCOL_VERSION_Q2PRO_SERVER_STATE 1019 // r1302
#define PROTOCOL_VERSION_Q2PRO_EXTENDED_LAYOUT 1020 // r1354
-#define PROTOCOL_VERSION_Q2PRO_CURRENT 1020 // r1354
+#define PROTOCOL_VERSION_Q2PRO_ZLIB_DOWNLOADS 1021 // r1358
+#define PROTOCOL_VERSION_Q2PRO_CURRENT 1021 // r1358
#define PROTOCOL_VERSION_MVD_MINIMUM 2009 // r168
#define PROTOCOL_VERSION_MVD_CURRENT 2010 // r177