Adds iperf timeout for bandwith measurements.

This commit is contained in:
Lukas Prause
2022-10-14 13:14:30 +02:00
parent b7634fb791
commit 615907f8d4

View File

@@ -448,6 +448,7 @@ class Server:
str(self.config["port"]), str(self.config["port"]),
"--one-off", "--one-off",
] ]
is_measurement_done = False
while not is_measurement_done: while not is_measurement_done:
try: try:
try: try: