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.