mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
raise tcp_max_syn_backlog to 65536
This commit is contained in:
parent
ef1a26b68c
commit
5461b3f05b
@ -4,7 +4,7 @@ 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 = 4096
|
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