You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iperf may be run in simultaneous downlink/uplink mode using --dualtest option
In such case client side starts iperf server process as well and server side establishes second client socket.
If there is communication problem (wrong routing, blocking proxy, etc) only one socket is established on both sides. Command seems to run ok but final report for the other direction will be missing.
We should check (at command startup) if both sockets have been established for --dualtest and if not we quickly raise exception.
The text was updated successfully, but these errors were encountered:
iperf may be run in simultaneous downlink/uplink mode using
--dualtest
optionIn such case client side starts iperf server process as well and server side establishes second client socket.
If there is communication problem (wrong routing, blocking proxy, etc) only one socket is established on both sides. Command seems to run ok but final report for the other direction will be missing.
We should check (at command startup) if both sockets have been established for
--dualtest
and if not we quickly raise exception.The text was updated successfully, but these errors were encountered: