More networking tweaks

This commit is contained in:
Daniel Winzen
2021-10-07 08:28:31 +02:00
parent 0916b74bd3
commit 4f4f69e11a

View File

@ -10,3 +10,6 @@ vm.vfs_cache_pressure = 50
net.core.default_qdisc = fq
net.ipv4.tcp_congestion_control = bbr
net.ipv4.tcp_notsent_lowat = 16384
net.ipv4.tcp_tw_reuse = 1
net.ipv4.tcp_mtu_probing = 1
net.ipv4.tcp_rfc1337 = 1