1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-vps.git synced 2025-02-12 11:21:56 +00:00

Set syn retries to 4

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-02-19 17:52:12 +00:00
parent 44467085a7
commit 4e09734f41

View file

@ -58,6 +58,6 @@ net.ipv4.conf.default.log_martians = 0
# MPTCP settings
net.mptcp.mptcp_checksum = 0
net.mptcp.mptcp_syn_retries = 2
net.mptcp.mptcp_syn_retries = 4
net.mptcp.mptcp_scheduler = blest
net.ipv4.tcp_ecn = 2