raise tcp_max_syn_backlog to 65536

This commit is contained in:
Daniel Micay 2022-08-28 15:53:44 -04:00
parent ef1a26b68c
commit 5461b3f05b

View File

@ -4,7 +4,7 @@ net.ipv4.tcp_notsent_lowat = 131072
net.ipv4.tcp_fin_timeout = 30
net.ipv4.tcp_rfc1337 = 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
net.ipv4.tcp_syn_retries = 4