From 44dfc684669756cf8a05e74e47a45649fa163cab Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 16 Apr 2006 14:49:40 +0000 Subject: * Doubled MAX_RELIABLE_COMMANDS constant to hopefully reduce on connection command overflows --- src/qcommon/qcommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/qcommon/qcommon.h b/src/qcommon/qcommon.h index e6ae0587..96d6e517 100644 --- a/src/qcommon/qcommon.h +++ b/src/qcommon/qcommon.h @@ -130,7 +130,7 @@ NET #define PORT_ANY -1 -#define MAX_RELIABLE_COMMANDS 64 // max string commands buffered for restransmit +#define MAX_RELIABLE_COMMANDS 128 // max string commands buffered for restransmit typedef enum { NA_BOT, -- cgit