-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iperf3: error - unable to send control message: Bad file descriptor #1150
Comments
What version? |
Could we see the complete output from the client (and server if available)? |
I also have this problem on Arch Linux:
However, I have built an AUR git version it does not seems to have this error. |
Can you provide client and server output showing the issue? Is the server running iperf 3.9 also? |
i also have this error on server:
on client:
both are version 3.9... only port 5100 udp are open at the server end
|
works fine if i also run the client on same box as the server
also works with public servers, so yeah will double check my router settings as something is blocking it |
You also need to allow TCP on port 5100 as well for the iperf3 control connection. |
iperf3 -c 192.168.189.167 -t 3 -p 5201 -l 16K -f M -P 3
The text was updated successfully, but these errors were encountered: