]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
increase NET_MAXMESSAGE in DP_SMALLMEMORY configuration, 16KB was too
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 21 Dec 2009 08:54:40 +0000 (08:54 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 21 Dec 2009 08:54:40 +0000 (08:54 +0000)
low for signons in some cases

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9621 d7cf8633-e32d-0410-b094-e92efae38249

quakedef.h

index b443167c1e8a43d5864b85367e8b129a83949d26..bb586b19a54362751c006d9d9d7b151186778198 100644 (file)
@@ -65,7 +65,7 @@ extern char engineversion[128];
 #define        CMDBUFSIZE                              131072
 #define        MAX_ARGS                                80
 
-#define        NET_MAXMESSAGE                  16384
+#define        NET_MAXMESSAGE                  32768
 #define        MAX_PACKETFRAGMENT              1024
 #define        MAX_EDICTS                              4096
 #define        MAX_MODELS                              1024