SYN
RU: SYN
The TCP segment flag that initiates a connection. A client opens a TCP connection by sending a segment with SYN set and a randomly chosen initial sequence number (ISN). The server replies with SYN+ACK containing its own ISN. After the client sends ACK, both sides are in ESTABLISHED state — the three-way handshake is complete.