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:
parent
790ce134b4
commit
0a3c8548fb
2 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue