More networking tweaks
This commit is contained in:
@ -10,3 +10,6 @@ vm.vfs_cache_pressure = 50
|
|||||||
net.core.default_qdisc = fq
|
net.core.default_qdisc = fq
|
||||||
net.ipv4.tcp_congestion_control = bbr
|
net.ipv4.tcp_congestion_control = bbr
|
||||||
net.ipv4.tcp_notsent_lowat = 16384
|
net.ipv4.tcp_notsent_lowat = 16384
|
||||||
|
net.ipv4.tcp_tw_reuse = 1
|
||||||
|
net.ipv4.tcp_mtu_probing = 1
|
||||||
|
net.ipv4.tcp_rfc1337 = 1
|
||||||
|
Reference in New Issue
Block a user