Replies: 1 comment
-
Can you post the command-line invocations of iperf3 for both the client and server? It'd help to know the exact arguments you are using. Off-hand I can think of two possible causes for this behavior.
Bruce. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a system that re-directs (UDP) traffic based on a ruleset. I want to test throughput / packet loss through that system. iPerf looks great for that but if I configure the client to send to address .1 port 1111 but the server is on address .100 port 9999 the client either hangs or gives up with
iperf3: error - unable to send control message: Bad file descriptor
Is there a way to do what I'm trying to do here? Maybe set a seprate control ip/port?
Beta Was this translation helpful? Give feedback.
All reactions