Hi I need some help to debug a simple TCP flow between a client and a server that I have recorded using Wireshark please. How should I post that flow here? Meanwhile, here is an attempt to show it:
I understand the '3-way handshake'. But what does the retransmission signify and why does it happen 3 times? Best regards David asked 29 Jan '14, 09:16 DavidA edited 29 Jan '14, 09:18 grahamb ♦ |
One Answer:
I think the problem is due to the MSS being too large to reach the destination. Packet No 5 never made it to the server and it is the first 'full-size MSS' packet of the connection.
You might want to reduce your MTU on the route to 1400 and see if it helps... answered 30 Jan '14, 07:37 mrEEde |
Please upload the capture file somewhere (cloudshark.org, Google drive, dropbox, etc.) and post the link here.