From 4f4f69e11aa170e7d7c48ed9a8a21dfd957d05fb Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Thu, 7 Oct 2021 08:28:31 +0200 Subject: [PATCH] More networking tweaks --- etc/sysctl.d/99-custom-hosting.conf | 3 +++ 1 file changed, 3 insertions(+) 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