[−][src]Module daemon_engine::udp
UDP implements a UDP socket connection As UDP is connection-less, no server is required
Structs
| UdpConnection | UdpConnection is a wrapper around UdpSocket to provide a consistent ish interface for UDP clients and servers. TODO: Ideally it should be possible to genericise this and merge back with the Connection and Server components |
| UdpInfo | UdpInfo is an information object associated with a given UdpServer connection. This is passed to the server request handler to allow ACLs and connection tracking |
Type Definitions
| IncomingRx | |
| OutgoingTx |