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

tcp retransmission & tcp out of order and tcp frame missing

0

Dear Gurus, Sorry if i sound stupid but i am very new to networking.My application work as ESME for the smsc and it seems that recently we observing huge delay in ack of submitted message or ack not coming at all.I can see in netstat output of linux send queue is increasing hugely.Taken a tcpdump in which i can see to much [TCP Dup ACK],[TCP Out-Of-Order],[TCP Retransmission]

Also i see in wireshark Smsc send mesg with

seq:1 ACK:1 Len: 51 -->"213.132.40.140 -> 192.168.40.8 SMPP SMPP Deliver_sm"

but we reply by

192.168.40.8 -> 213.132.40.140 TCP 42758 > dynamid [ACK] Seq=4141 Ack=52 Win=128 Len=0

That means are we losing frames.Pls help

asked 12 Oct '17, 08:40

kaushalender's gravatar image

kaushalender
6112
accept rate: 0%

edited 12 Oct '17, 09:14

grahamb's gravatar image

grahamb ♦
19.8k330206

can you upload a PCAP somewhere, e.g. Cloudshark? If you need to sanitze it first, read https://blog.packet-foo.com/2016/11/the-wireshark-qa-trace-file-sharing-tutorial/

(12 Oct '17, 12:54) Jasper ♦♦