summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2013-04-06 01:37:38 +0000
committerSimon Howard2013-04-06 01:37:38 +0000
commit245f00540331427e7dd56b5d9a68138366d6410f (patch)
tree5a008283d8276a2b482acd46745e3e31306d7a2c
parent126e7b235274aafdb5edfb636561a6443a543cb3 (diff)
downloadchocolate-doom-245f00540331427e7dd56b5d9a68138366d6410f.tar.gz
chocolate-doom-245f00540331427e7dd56b5d9a68138366d6410f.tar.bz2
chocolate-doom-245f00540331427e7dd56b5d9a68138366d6410f.zip
Increase netgame timeout to 30 seconds.
Subversion-branch: /branches/v2-branch Subversion-revision: 2589
-rw-r--r--src/net_common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net_common.c b/src/net_common.c
index f25cc73d..faadc27a 100644
--- a/src/net_common.c
+++ b/src/net_common.c
@@ -33,9 +33,9 @@
#include "net_packet.h"
#include "net_structrw.h"
-// connections time out after 10 seconds
+// connections time out after 30 seconds
-#define CONNECTION_TIMEOUT_LEN 10
+#define CONNECTION_TIMEOUT_LEN 30
// maximum time between sending packets