aboutgitcodebugslistschat
path: root/tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcp.c')
-rw-r--r--tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcp.c b/tcp.c
index d42e9ab..bdd3260 100644
--- a/tcp.c
+++ b/tcp.c
@@ -367,7 +367,7 @@
#define PORT_DETECT_INTERVAL 1000
#define LOW_RTT_TABLE_SIZE 8
-#define LOW_RTT_THRESHOLD 5 /* us */
+#define LOW_RTT_THRESHOLD 10 /* us */
/* We need to include <linux/tcp.h> for tcpi_bytes_acked, instead of
* <netinet/tcp.h>, but that doesn't include a definition for SOL_TCP