David Bar-On
David Bar-On
I am not familiar with the routing implemented by the IP stack, especially not on MacBook, but it seems reasonable that the IP stack will realize that 10.0.0.216 is a...
Regardless of this issue, it seems that there is a minor bug the the current "OUT OF ORDER" error message. In: `fprintf(stderr, "OUT OF ORDER - incoming packet sequence %"...
The two logs are two separate cases: The _iperf3_pkt_repeated.txt_ issues is an overflow in the 32 bits packets counter (note that the received packet 2147483647 = 0x7fffffff). You should use...
@zhangtongjian2020 can you please attach log files for he issue you have? It is not clear what is causing this problem and also the issue you have may be different...
@Areman66, it seems that the bitrate throughput is limited by the the CPU performance on the client side. This is because that UDP packets throughput is limited only the by...
> ... as I am using a direct link between the client and the server My mistake. I thought that #G and 5G means cellular network version that you are...
@hakujin22, "_RxMbps = TxMbps - (TxMbps * (result.lost_percent / 100))_" will probably **not** work in general. This is because the data is gathered only locally and not also from the...
Submitted a PR #1423 with a suggested fix for this issue (support TCP keepalive for the control connection).
> Any idea when this change would be merged ? Or how I can get binary with this change? Sent a [reply](https://github.com/esnet/iperf/pull/1423#issuecomment-1377657235) in PR #1423.
@DavidACraig1975, since you didn't include the command line you used to run iperf3, it is not clear how you did the test. In general, the default mode of iperf3 is...