Module udp

Module udp 

Source
Expand description

UDP socket.

Provides synchronous and asynchronous UDP APIs along with configuration utilities for common socket options.

Structs§

AsyncUdpSocket
Asynchronous UDP socket built on top of Tokio.
UdpConfig
Configuration options for a UDP socket.
UdpSocket
Synchronous low level UDP socket.

Enums§

UdpSocketType
UDP socket type, either DGRAM or RAW.