foxygit / doom Log in
commit 245f00540331427e7dd56b5d9a68138366d6410f
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Sat Apr 6 01:37:38 2013 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Sat Apr 6 01:37:38 2013 +0000

    Increase netgame timeout to 30 seconds.

    Subversion-branch: /branches/v2-branch
    Subversion-revision: 2589
---
 src/net_common.c | 4 ++--
 1 file 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