From cef4436032452e248ea8190897a7e05a5c7e6d4c Mon Sep 17 00:00:00 2001 From: Lukas Prause Date: Thu, 17 Feb 2022 16:24:13 +0100 Subject: [PATCH] Bugfix for bandwidth downling measurements. --- measurement_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/measurement_main.py b/measurement_main.py index 0d5c9e8..1f783ac 100755 --- a/measurement_main.py +++ b/measurement_main.py @@ -284,6 +284,7 @@ class Server: # prevent address already in use sleep(2) ws_filter = "" + congestion_control_index = 0 if server_is_sender: # server sends if not is_tcp_probe_enabled(): @@ -327,7 +328,6 @@ class Server: print_message("Use ws filter: {}".format(ws_filter)) name_option = "" state_counter = 0 - congestion_control_index = 0 for n in range(1, self.config["number_of_measurements"] + 1): print_message( "Measurement {} of {}".format(