mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-31 18:48:50 -04:00
reduce conntrack TCP TIME-WAIT timeout to match TCP stack
This commit is contained in:
parent
82cc1beccb
commit
fb40773157
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue