mirror of
https://github.com/k4yt3x/sysctl.git
synced 2025-12-18 18:26:47 +00:00
Enable mtu probing
This commit is contained in:
parent
445f1e4791
commit
c5903aa694
@ -220,6 +220,9 @@ net.ipv4.tcp_timestamps = 0
|
|||||||
# uncomment this if you are on a fixed-speed network
|
# uncomment this if you are on a fixed-speed network
|
||||||
#net.ipv4.tcp_slow_start_after_idle = 0
|
#net.ipv4.tcp_slow_start_after_idle = 0
|
||||||
|
|
||||||
|
# useful if there are ICMP blackholes between you and your clients (most likely there are).
|
||||||
|
net.ipv4.tcp_mtu_probing=1
|
||||||
|
|
||||||
# enabling SACK can increase the throughput
|
# enabling SACK can increase the throughput
|
||||||
# but SACK is commonly exploited and rarely used
|
# but SACK is commonly exploited and rarely used
|
||||||
net.ipv4.tcp_sack = 0
|
net.ipv4.tcp_sack = 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user