Skip to content

Simultaneous connect, close #159

Discussion options

You must be logged in to vote

For SEQ# and ACK# for simultaneous connection see:

TCP A TCP B
1. CLOSED CLOSED
2. SYN-SENT --> <SEQ=100><CTL=SYN> ...
3. SYN-RECEIVED <-- <SEQ=300><CTL=SYN> <-- SYN-SENT
4. ... <SEQ=100><CTL=SYN> --> SYN-RECEIVED
5. SYN-RECEIVED --> <SEQ=100><ACK=301><CTL=SYN,ACK> ...
6. ESTABLISHED <-- <SEQ=300><ACK=101><CTL=SYN,ACK> <-- SYN-RECEIVED
7. ... <SEQ=101><ACK=301><CTL=ACK> --> ESTABLISHED
Simultaneous Connection Synchronization
Figure 8.

  1. However, when I see the solution packet log, there are also ACKs which are respons…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@junhyeok-yoon
Comment options

Answer selected by junhyeok-yoon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants