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 */