From 2331f5218dff8c885d422235745edfa7e2daf205 Mon Sep 17 00:00:00 2001 From: Quentin De Coninck Date: Tue, 7 Jul 2020 18:07:26 +0200 Subject: [PATCH] use newreno for iperfScenario congestion clients --- experiments/iperf_scenario.py | 1 + 1 file changed, 1 insertion(+) diff --git a/experiments/iperf_scenario.py b/experiments/iperf_scenario.py index 76994d5..c0bde20 100644 --- a/experiments/iperf_scenario.py +++ b/experiments/iperf_scenario.py @@ -78,6 +78,7 @@ class IPerfScenario(Experiment): # This is hacky self.topo.command_global("sysctl -w net.mptcp.mptcp_enabled=0") + self.topo.command_global("sysctl -w net.ipv4.tcp_congestion_control=reno") self.topo.command_to(self.topo_config.client, "sleep 50")