mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-19 22:42:24 -05:00
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:
parent
e5ae9ca13b
commit
28106192b1
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ net.ipv4.tcp_orphan_retries = 6
|
|||
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_established = 1800
|
||||
net.netfilter.nf_conntrack_tcp_timeout_time_wait = 60
|
||||
net.netfilter.nf_conntrack_udp_timeout = 15
|
||||
net.netfilter.nf_conntrack_expect_max = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue