Enable mtu probing

This commit is contained in:
IceCodeNew 2021-10-13 00:57:18 +08:00 committed by GitHub
parent 445f1e4791
commit c5903aa694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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