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

Change fullmesh MPTCP default settings

This commit is contained in:
Ycarus 2018-06-11 10:22:49 +02:00
parent 26a5a7bf55
commit a6fb78ada5

View file

@ -24,7 +24,7 @@ fi
if [ "$(uci -q show network.globals | grep mptcp_fullmesh)" = "" ]; then if [ "$(uci -q show network.globals | grep mptcp_fullmesh)" = "" ]; then
uci -q batch <<-EOF uci -q batch <<-EOF
set network.globals.mptcp_fullmesh_num_subflows=1 set network.globals.mptcp_fullmesh_num_subflows=1
set network.globals.mptcp_fullmesh_create_on_err=0 set network.globals.mptcp_fullmesh_create_on_err=1
set network.globals.mptcp_ndiffports_num_subflows=1 set network.globals.mptcp_ndiffports_num_subflows=1
commit network commit network
EOF EOF