Change server association timeout to 40 seconds
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user