This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

spurious retransmissions and TCP dup ack

0

Hello, I am experiencing stability issues with a connection from a windows PC to a embedded Linux using LWIP.

One thing I can reproduce is that I get numerous Spurious Retransmissions and TCP Dup Acks.

Maybe someone can check my tcp dump uploaded to CloudShark Spurious Retransmissions

Thank you for your support.

Regards, Chris

asked 23 Aug '15, 23:28

christofb's gravatar image

christofb
6112
accept rate: 0%

edited 24 Aug '15, 04:45

grahamb's gravatar image

grahamb ♦
19.8k330206


One Answer:

0

The trace was taken at the windows machine and it shows that lots of packets from linux get droppoed on their way to the trace point. As linux increments the ip.id per tcp session we can determine that 5 packets at the end of batch get lost (ip.id 7070-7074) between frame 36 and frame 40 and ipids 707a and 707b between frame 48 and frame 50.
Why this happens is not clear to me but I doubt it is the Cisco router dropping those packets. Maybe it has to do with too tiny transmit queue-sizes in the linux stack.

alt text

answered 25 Aug '15, 07:40

mrEEde's gravatar image

mrEEde
3.9k152270
accept rate: 20%