use newreno for iperfScenario congestion clients

This commit is contained in:
Quentin De Coninck 2020-07-07 18:07:26 +02:00
parent decc3fdcdf
commit 2331f5218d

View File

@ -78,6 +78,7 @@ class IPerfScenario(Experiment):
# This is hacky # This is hacky
self.topo.command_global("sysctl -w net.mptcp.mptcp_enabled=0") 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") self.topo.command_to(self.topo_config.client, "sleep 50")