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

Fix tracking and set mptcp debug to 0 by default

This commit is contained in:
Ycarus 2018-12-28 13:17:39 +01:00
parent 790ce134b4
commit 0a3c8548fb
2 changed files with 9 additions and 5 deletions

View file

@ -6,6 +6,7 @@ if [ "$(uci -q show network.globals | grep mptcp_path_manager)" = "" ]; then
set network.globals.mptcp_scheduler='default'
set network.globals.congestion='bbr'
set network.globals.mptcp_checksum=0
set network.globals.mptcp_debug=0
set network.globals.mptcp_syn_retries=5
commit network
EOF