UDP === The UDP module provides a simple way to send and receive data over the network using the User Datagram Protocol (UDP). It is designed for low-latency communication and is suitable for applications where speed is more critical than reliability. API --- .. toctree:: :maxdepth: 1 udp.client.rst udp.server.rst