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:
Daniel Micay 2024-04-24 18:58:41 -04:00
parent f3ae109eac
commit 82cc1beccb
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ 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 = 65536
# 31s with initial 1s RTO
net.ipv4.tcp_syn_retries = 4