UDP Socket
This section describes the implementation of the User Datagram Protocol (UDP) in RL-TCPnet. UDP runs on top of the Internet Protocol (IP) and was developed for application that do not require reliability, acknowledgment, or flow control features at the transport layer. This simple protocol provides transport layer addressing in the form of UDP ports and an optional checksum capability.
The section contains the following topics: