From 245f00540331427e7dd56b5d9a68138366d6410f Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 6 Apr 2013 01:37:38 +0000 Subject: 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 -- cgit v1.2.3