EasyManua.ls Logo

Freenove ESP32-S3 - Page 83

Default Icon
142 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Any concerns? support@freenove.com
81
Chapter 6 TCP/IP
www.freenove.com
TCP is a connection-oriented, low-level transmission control protocol. After TCP establishes a connection, the
client and server can send and receive messages to each other, and the connection will always exist as long
as the client or server does not initiate disconnection. Each time one party sends a message, the other party
will reply with an ack signal.
The client sends a data
message, and the server
replies with a
confirmation signal.
The server sends a data
message, and the client
replies with a
confirmation signal.
the first handshake
the third handshake
the second handshake