From 2609865f3296054f23081a850dd83d8ce406ad1b Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 21 Dec 2009 08:54:40 +0000 Subject: [PATCH] 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 --- quakedef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2