Replies: 1 comment 1 reply
-
When using bi-dir, the sending streams on both sides are independent. It is not that the server sends back the packets received from the client. Therefore, number of packets on both streams are independent (although they are expected to be similar, as they usually traverse similar path but on opposite directions). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I looked around but couldn't find anything explaining this.. after a bi-dir udp test i see the following..
sum_sent_bidir_reverse
"lost_packets": 0,
"packets": 108676,
"sum_received_bidir_reverse":
"lost_packets": 78937,
"packets": 107183,
I did loose packets on this, but don't know how it's getting that lost_packets number 78937
108676 - 107183 = 1943 is what i would expect to see.
I just built this from the latest github, because i needed the json output for bidir test :)
Beta Was this translation helpful? Give feedback.
All reactions