Replies: 2 comments
-
Yes, it's possible for packets to get dropped on the receiving host, for example if there's not enough socket buffer space to hold the incoming data. Are you doing tests with TCP, UDP, or SCTP? If TCP, iperf3 doesn't explicitly track packet loss, but (at least on Linux) it does read the number of TCP retransmissions from the Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Yes, we used UDP for testing, I will test again to determine whether the sequence number error caused the perf message packet loss. |
Beta Was this translation helpful? Give feedback.
-
Hello, I am conducting a test on the network card's packet transmission and reception using iperf3. While running the test, iperf indicated that there were packet losses, but when we checked the number of packets received on the network card driver, it was accurate.
I would like to know if the indication of packet loss by iperf can also be due to packet errors. If so, what is the current criterion used by iperf to determine packet errors?
Beta Was this translation helpful? Give feedback.
All reactions