shithub: choc

Download patch

ref: 245f00540331427e7dd56b5d9a68138366d6410f
parent: 126e7b235274aafdb5edfb636561a6443a543cb3
author: Simon Howard <[email protected]>
date: Fri Apr 5 21:37:38 EDT 2013

Increase netgame timeout to 30 seconds.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2589

--- 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