From 9cf411ac3f1baedb95e0c678ee27dba7ac74b39c Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Thu, 4 Oct 2012 21:45:42 -0400 Subject: [PATCH] Change server association timeout to 40 seconds --- src/network/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/network.h b/src/network/network.h index d837526..bae71a5 100644 --- a/src/network/network.h +++ b/src/network/network.h @@ -91,7 +91,7 @@ namespace Network { static const int PORT_RANGE_LOW = 60001; static const int PORT_RANGE_HIGH = 60999; - static const unsigned int SERVER_ASSOCIATION_TIMEOUT = 20000; + static const unsigned int SERVER_ASSOCIATION_TIMEOUT = 40000; static const unsigned int PORT_HOP_INTERVAL = 20000; static const int CONGESTION_TIMESTAMP_PENALTY = 500; /* ms */