mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 11:00:49 -05:00
reduce conntrack SYN timeouts to match TCP/IP stack
This commit is contained in:
parent
ee62868a7b
commit
f3ae109eac
@ -19,9 +19,11 @@ net.ipv4.tcp_max_syn_backlog = 65536
|
||||
|
||||
# 31s with initial 1s RTO
|
||||
net.ipv4.tcp_syn_retries = 4
|
||||
net.netfilter.nf_conntrack_tcp_timeout_syn_sent = 31
|
||||
|
||||
# 15s with initial 1s RTO
|
||||
net.ipv4.tcp_synack_retries = 3
|
||||
net.netfilter.nf_conntrack_tcp_timeout_syn_recv = 15
|
||||
|
||||
# 102.2s with minimum 0.2s RTO
|
||||
net.ipv4.tcp_retries2 = 8
|
||||
|
Loading…
Reference in New Issue
Block a user