mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 11:00:49 -05:00
remove unused SYN backlog configuration
This isn't used anymore despite inaccurate kernel configuration documentation. The SYN_RECV queue is set based on the backlog value just like the separate accept queue for established connections.
This commit is contained in:
parent
f3ae109eac
commit
82cc1beccb
@ -15,7 +15,6 @@ net.ipv4.tcp_notsent_lowat = 131072
|
|||||||
net.ipv4.tcp_fin_timeout = 30
|
net.ipv4.tcp_fin_timeout = 30
|
||||||
net.ipv4.tcp_rfc1337 = 1
|
net.ipv4.tcp_rfc1337 = 1
|
||||||
net.ipv4.tcp_tw_reuse = 1
|
net.ipv4.tcp_tw_reuse = 1
|
||||||
net.ipv4.tcp_max_syn_backlog = 65536
|
|
||||||
|
|
||||||
# 31s with initial 1s RTO
|
# 31s with initial 1s RTO
|
||||||
net.ipv4.tcp_syn_retries = 4
|
net.ipv4.tcp_syn_retries = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user