diff --git a/etc/sysctl.d/99-custom-hosting.conf b/etc/sysctl.d/99-custom-hosting.conf index b9aff2c..d822302 100644 --- a/etc/sysctl.d/99-custom-hosting.conf +++ b/etc/sysctl.d/99-custom-hosting.conf @@ -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