Connection Establishment
Client sends SYN, with an initial sequence number (ISN) and a Max Segment Size (MSS). Called “active open”.
Server acks the SYN (for the forward connection), and also sets the SYN bit, with its own ISN (for the reverse connection). Called “passive open”.
Client acks the reverse direction SYN.