[−][src]Module tokio_net::udp
UDP bindings for tokio
.
This module contains the UDP networking types, similar to the standard library, which can be used to implement networking protocols.
The main struct for UDP is the UdpSocket
, which represents a UDP socket.
Modules
split |
|
Structs
UdpFramed | A unified |
UdpSocket | An I/O object representing a UDP socket. |