TCP three-way handshake understanding, if there are any mistakes, please help me correct.

The

client marks the bit flags to send syn = 1, the
server replies ack = 1 and syn = 1 after receiving the reply, and the
client sends ack = 1 to the server to complete the three-way handshake after receiving the reply.
then send the http request ack = 1 and psh = 1, and wrap the http request format in the data body and send it to the server
server after processing, reply ack = 1 and psh = 1, and attach the http response format.

online tcp tutorials are used (bloggers themselves do not quite understand that cp is their own). They are analyzed by package grabbing software. If there are any mistakes, please point them out.

Jun.25,2021

it seems that Baidu encyclopedia has an explanation of "three-way handshake", which will be a little more detailed

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b37c1d-2ae02.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b37c1d-2ae02.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?