Network Component  Version 7.19.0
MDK Middleware for IPv4 and IPv6 Networking
Sockets

Sockets are required for communication purposes in a network. More...

Content

 BSD Socket
 BSD socket routines enable BSD compliant communication over TCP/IP.
 
 TCP Socket
 TCP socket routines enable reliable IP communication using the transmission control protocol (TCP).
 
 UDP Socket
 UDP socket routines enable simple IP communication using the user datagram protocol (UDP).
 

Description

Sockets are required for communication purposes in a network.

A socket is an endpoint of an inter-process communication flow in a given network. All Services rely on a network socket for communication.