reduce conntrack TCP established timeout to 1 hour

We have nothing depending on having even anywhere close to 1 hour of
idle time so we could reduce this significantly more.
This commit is contained in:
Daniel Micay 2025-08-31 12:48:30 -04:00
parent e5ae9ca13b
commit 28106192b1

View file

@ -40,7 +40,7 @@ net.ipv4.tcp_orphan_retries = 6
net.mptcp.enabled = 0 net.mptcp.enabled = 0
net.netfilter.nf_conntrack_tcp_loose = 0 net.netfilter.nf_conntrack_tcp_loose = 0
net.netfilter.nf_conntrack_tcp_timeout_established = 14400 net.netfilter.nf_conntrack_tcp_timeout_established = 1800
net.netfilter.nf_conntrack_tcp_timeout_time_wait = 60 net.netfilter.nf_conntrack_tcp_timeout_time_wait = 60
net.netfilter.nf_conntrack_udp_timeout = 15 net.netfilter.nf_conntrack_udp_timeout = 15
net.netfilter.nf_conntrack_expect_max = 1 net.netfilter.nf_conntrack_expect_max = 1