(E-Mail Removed) wrote:
> UDP traffic doesn't guarantee that the packets will arrive in order it
> is possible that your code could be getting confused by out of order
> packets and reporting a series of lost packets when none have been lost
> just the order was changed.
>
> E.g. Packets 10 11 12 14 15 16 17 13 18
> In this example both packets 13 and 17 will be reported lost by your
> code. This would easily explain your burst of packet loss.
(Next time, could you provide some context by quoting the relevant parts
of the message you are replying to?)
The two computers are connected through a Cisco Catalyst switch.
SENDER <---> ETHERNET <---> RECEIVER
SWITCH
I don't believe a switch will re-order packets.
Has anyone ever witnessed an Ethernet _switch_ re-ordering packets?