Lengthen port hop interval to 30 seconds

This commit is contained in:
Keith Winstein
2012-10-04 23:46:08 -04:00
parent 9eb9a0386e
commit b8df3eed11
+1 -1
View File
@@ -92,7 +92,7 @@ namespace Network {
static const int PORT_RANGE_HIGH = 60999; static const int PORT_RANGE_HIGH = 60999;
static const unsigned int SERVER_ASSOCIATION_TIMEOUT = 40000; static const unsigned int SERVER_ASSOCIATION_TIMEOUT = 40000;
static const unsigned int PORT_HOP_INTERVAL = 20000; static const unsigned int PORT_HOP_INTERVAL = 30000;
static const int CONGESTION_TIMESTAMP_PENALTY = 500; /* ms */ static const int CONGESTION_TIMESTAMP_PENALTY = 500; /* ms */