From: havoc Date: Mon, 21 Dec 2009 08:54:40 +0000 (+0000) Subject: increase NET_MAXMESSAGE in DP_SMALLMEMORY configuration, 16KB was too X-Git-Tag: xonotic-v0.1.0preview~1027 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2609865f3296054f23081a850dd83d8ce406ad1b;p=xonotic%2Fdarkplaces.git increase NET_MAXMESSAGE in DP_SMALLMEMORY configuration, 16KB was too low for signons in some cases git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@9621 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/quakedef.h b/quakedef.h index b443167c..bb586b19 100644 --- a/quakedef.h +++ b/quakedef.h @@ -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