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

Use blest as default

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-03-27 10:24:12 +01:00
parent 1ce09a017e
commit cbab913f2c

View file

@ -3,7 +3,7 @@ if [ "$(uci -q show network.globals | grep mptcp_path_manager)" = "" ]; then
uci -q batch <<-EOF >/dev/null
set network.globals.multipath='enable'
set network.globals.mptcp_path_manager='fullmesh'
set network.globals.mptcp_scheduler='default'
set network.globals.mptcp_scheduler='blest'
set network.globals.congestion='bbr'
set network.globals.mptcp_checksum=0
set network.globals.mptcp_debug=0