Expand description
UDP protocol related components for DNS
Structs§
- UdpClient
Connect - A future that resolves to an UdpClientStream
- UdpClient
Stream - 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§
- DnsUdp
Socket - Trait for DnsUdpSocket
- Quic
Local Addr - To implement quinn::AsyncUdpSocket, we need our custom socket capable of getting local address.
- UdpSocket
- Trait for UdpSocket