Replies: 1 comment
-
I recommend that you update to a newer version of iperf3 on the server if you can (3.10.1 is current as of this writing). We actually fixed a bunch of UDP-related bugs in 3.2 (including some related to computing and printing statistics). I think if you can get to that version (or newer) it'll work better. |
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
-
Server running on Android:
iperf3-arm --server --bind 192.168.1.6 --port 5001 --interval 1 -f k
Summary is 0
Client running on Linux:
iperf3-x86 --client 192.168.1.6 --time 10 --bind 192.168.1.8 --port 5001 --interval 1 --parallel 1 --udp --bandwidth 50M -f k
Shows good summary:
Any idea why the server summary is 0?
Beta Was this translation helpful? Give feedback.
All reactions