Module udp

Source
Available on crate feature udp only.
Expand description

UDP utility types.

Structsยง

RecvHalf
The recv half after split.
ReuniteError
Error indicating two halves were not from the same socket, and thus could not be reunited.
SendHalf
The send half after split.