From 3c326c01ed2cf2cbf9f86b3a5ffec293ca5306c8 Mon Sep 17 00:00:00 2001 From: xjasonlyu Date: Fri, 1 Apr 2022 21:11:33 +0800 Subject: [PATCH] Change: disable tcp recv buffer auto-tuning by default --- core/option/option.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/option/option.go b/core/option/option.go index 34508e0..2b926d2 100644 --- a/core/option/option.go +++ b/core/option/option.go @@ -37,7 +37,7 @@ const ( // tcpModerateReceiveBufferEnabled is the value used by stack to // enable or disable tcp receive buffer auto-tuning option. - tcpModerateReceiveBufferEnabled = true + tcpModerateReceiveBufferEnabled = false // tcpSACKEnabled is the value used by stack to enable or disable // tcp selective ACK.