From 66988799c1bfeb531dc06bbc50947ff0462f963f Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 20 May 2020 19:03:55 +0200 Subject: [PATCH] Keep congestion even if it's not bbr --- mptcp/files/etc/uci-defaults/mptcp-defaults | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mptcp/files/etc/uci-defaults/mptcp-defaults b/mptcp/files/etc/uci-defaults/mptcp-defaults index 324eb9560..0e8aa4bb3 100755 --- a/mptcp/files/etc/uci-defaults/mptcp-defaults +++ b/mptcp/files/etc/uci-defaults/mptcp-defaults @@ -11,12 +11,12 @@ if [ "$(uci -q show network.globals | grep mptcp_path_manager)" = "" ]; then commit network EOF fi -if [ "$(uci -q get network.globals.congestion)" != "bbr" ]; then - uci -q batch <<-EOF >/dev/null - set network.globals.congestion=bbr - commit network - EOF -fi +#if [ "$(uci -q get network.globals.congestion)" != "bbr" ]; then +# uci -q batch <<-EOF >/dev/null +# set network.globals.congestion=bbr +# commit network +# EOF +#fi if [ "$(uci -q get network.globals.mptcp_syn_retries)" = "1" ]; then uci -q batch <<-EOF >/dev/null set network.globals.mptcp_syn_retries=2