mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 11:00:49 -05:00
reduce conntrack TCP TIME-WAIT timeout to match TCP stack
This commit is contained in:
parent
82cc1beccb
commit
fb40773157
@ -34,6 +34,7 @@ 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 = 14400
|
||||||
|
net.netfilter.nf_conntrack_tcp_timeout_time_wait = 60
|
||||||
|
|
||||||
kernel.yama.ptrace_scope = 2
|
kernel.yama.ptrace_scope = 2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user