aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-10-04 21:45:42 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-10-04 21:45:42 -0400
commit9cf411ac3f1baedb95e0c678ee27dba7ac74b39c (patch)
tree2ef9ddefc1c66acaeab7e3e434accb70c467d5cf
parentf621f9f001c196d24fb4f52311c7a9e3ee8d0391 (diff)
Change server association timeout to 40 seconds
-rw-r--r--src/network/network.h2
1 files changed, 1 insertions, 1 deletions
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 */