Skip to content
Discussion options

You must be logged in to vote

It is usually considered rude for pinging in less than two days apart. I do not have a commercial contract or obligation regarding processing the issues.

There are duplicate packets in the trace: 310/311, 312/313 looks the same, but I don't think there was an actual retransmission. And I also recommend understanding how TCP handshake works: https://www.sciencedirect.com/topics/computer-science/three-way-handshake The packet 310 is a TCP SYN packet, which usually does not contain the payload (Len=0). The packet 312: for whatever reason, the server did not want to establish a TCP connection, therefore answering with FIN+ACK packet. Since the original sequence number was 0, ack number is the…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by peremen
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
invalid This doesn't seem right
2 participants
Converted from issue

This discussion was converted from issue #112 on September 12, 2026 21:40.