Network Dual-Stack Component  Version 7.0 (Beta)
MDK-Professional Middleware for IPv4 and IPv6 Networking
 All Data Structures Files Functions Enumerations Groups Pages
TCP Socket

TCP socket routines enable reliable IP communication using the transmission control protocol (TCP). More...

TCP socket routines enable reliable IP communication using the transmission control protocol (TCP).

The Transmission Control Protocol (TCP) runs on top of the Internet Protocol (IP). TCP is a connection-oriented and reliable full duplex protocol supporting a pair of byte streams, one for each direction. The two applications must establish a TCP connection before exchanging data. TCP retransmits data that do not reach the final destination due to errors or data corruption. Data are delivered in the sequence of their transmission.

Note
More information on the usage of TCP and how to work with the functions is available at TCP Socket.