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

Set default TCP Congestion Control to BBR

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-09-01 09:25:31 +02:00
parent e880e13d16
commit f74c4c8c2f

View file

@ -4,7 +4,7 @@ if [ "$(uci -q get network.globals.mptcp_path_manager)" = "" ]; then
set network.globals.multipath='enable'
set network.globals.mptcp_path_manager='fullmesh'
set network.globals.mptcp_scheduler='blest'
set network.globals.congestion='cubic'
set network.globals.congestion='bbr2'
set network.globals.mptcp_checksum=0
set network.globals.mptcp_debug=0
set network.globals.mptcp_syn_retries=4