Module trust_dns_proto::udp
source · Expand description
UDP protocol related components for DNS
Structs§
- A future that resolves to an UdpClientStream
- A UDP client stream of DNS binary packets
- A UDP stream of DNS binary packets
Constants§
- Max size for the UDP receive buffer as recommended by RFC6891.
Traits§
- Trait for DnsUdpSocket
- To implement quinn::AsyncUdpSocket, we need our custom socket capable of getting local address.
- Trait for UdpSocket