diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/net_common.c | 4 |
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 |