mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-15 03:51:51 +00:00
Change fullmesh MPTCP default settings
This commit is contained in:
parent
26a5a7bf55
commit
a6fb78ada5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ fi
|
|||
if [ "$(uci -q show network.globals | grep mptcp_fullmesh)" = "" ]; then
|
||||
uci -q batch <<-EOF
|
||||
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
|
||||
commit network
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue