summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2006-04-16 14:49:40 +0000
committerTim Angus <tim@ngus.net>2006-04-16 14:49:40 +0000
commit44dfc684669756cf8a05e74e47a45649fa163cab (patch)
treef054d29d7f1b1d981f4f4c9ff1f65bc07c8a15a9
parent525fb5b52b32452bb7d328934ba59c276aec88f2 (diff)
* Doubled MAX_RELIABLE_COMMANDS constant to hopefully reduce on connection
command overflows
-rw-r--r--src/qcommon/qcommon.h2
1 files changed, 1 insertions, 1 deletions
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,