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

Add mptcp support

This commit is contained in:
Ycarus 2018-01-23 15:35:00 +01:00
parent ec6e530e52
commit 40fdd921b9
7 changed files with 375 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/bin/sh
uci -q batch <<EOF
set network.globals.mptcp_path_manager='fullmesh'
set network.globals.mptcp_scheduler='default'
set network.globals.congestion='olia'
EOF