Skip to main content

Module udp

Module udp 

Expand description

UDP protocol related components for DNS

Structs§

UdpClientStream
A UDP client stream of DNS binary packets.
UdpClientStreamBuilder
A builder to create a UDP client stream.
UdpStream
A UDP stream of DNS binary packets

Constants§

MAX_RECEIVE_BUFFER_SIZE
Max size for the UDP receive buffer as recommended by RFC6891.

Traits§

UdpSocket
Trait for UdpSocket