Bugfix for bandwidth downling measurements.

This commit is contained in:
Lukas Prause
2022-02-17 16:24:13 +01:00
parent 6f987583a3
commit cef4436032

View File

@@ -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(