reduce conntrack TCP TIME-WAIT timeout to match TCP stack

This commit is contained in:
Daniel Micay 2024-04-24 21:12:12 -04:00
parent 82cc1beccb
commit fb40773157
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ net.mptcp.enabled = 0
net.netfilter.nf_conntrack_tcp_loose = 0
net.netfilter.nf_conntrack_tcp_timeout_established = 14400
net.netfilter.nf_conntrack_tcp_timeout_time_wait = 60
kernel.yama.ptrace_scope = 2