trust_dns_proto

Module udp

Source
Expand description

UDP protocol related components for DNS

Structs§

UdpClientConnect
A future that resolves to an UdpClientStream
UdpClientStream
A UDP client stream of DNS binary packets
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§

DnsUdpSocket
Trait for DnsUdpSocket
QuicLocalAddr
To implement quinn::AsyncUdpSocket, we need our custom socket capable of getting local address.
UdpSocket
Trait for UdpSocket