From b8df3eed1135079062ed01d0cb23a584aa757ee6 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Thu, 4 Oct 2012 23:46:08 -0400 Subject: [PATCH] Lengthen port hop interval to 30 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 bae71a5..3d27039 100644 --- a/src/network/network.h +++ b/src/network/network.h @@ -92,7 +92,7 @@ namespace Network { static const int PORT_RANGE_HIGH = 60999; 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 */