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

Application sends RSTs abruptly and thus fails to complete.

0

This is happening always for a particular application on a specific client.

The application is unable to complete and "network communication error" pops up. In one run log shows: "java.net.SocketException: recvfrom failed: ECONNRESET (Connection reset by peer)" Corresponding pcap shows client sending RSTs after sending 15 Dup Acks for the same packet.

In another run log shows : "java.io.IOException: unexpected end of stream" Corresponding pcap shows 16 Dup acks for same packet which is then recieved afterwards. Client sends 2 "tcp windows update" msgs after that.It then sends [FIN,ACK] and then starts sending RSTs.

asked 14 Jan '14, 18:11

SBeginner's gravatar image

SBeginner
11112
accept rate: 0%

Can you upload an example to http://cloudshark.org You can strip the data off using editcap -s 80 as we only need to see the headers...

(14 Jan '14, 22:58) mrEEde