1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Optimize some network settings and set MPTCP when needed

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-02-25 15:21:56 +01:00
parent 9337bd30da
commit 93fb75da17
5 changed files with 30 additions and 22 deletions

View file

@ -22,7 +22,7 @@ fi
#fi
if [ "$(uci -q get network.globals.mptcp_syn_retries)" = "1" ]; then
uci -q batch <<-EOF >/dev/null
set network.globals.mptcp_syn_retries=2
set network.globals.mptcp_syn_retries=4
commit network
EOF
fi