Available on crate features
dns-over-quic
and tokio-runtime
only.Expand description
QUIC protocol related components for DNS over QUIC (DoQ)
Re-exports§
pub use crate::udp::QuicLocalAddr;
Structs§
- Quic
Client Connect - A future that resolves to an QuicClientStream
- Quic
Client Response - A future that resolves to
- Quic
Client Stream - A DNS client connection for DNS-over-QUIC
- Quic
Client Stream Builder - A QUIC connection builder for DNS-over-QUIC
- Quic
Server - A DNS-over-QUIC Server, see QuicClientStream for the client counterpart
- Quic
Stream - A single bi-directional stream
- Quic
Streams - A stream of bi-directional QUIC streams
Enums§
- DoqError
Code - DoQ Error Codes, draft-ietf-dprive-dnsoquic, Feb. 28, 2022
Functions§
- client_
config_ tls13_ webpki_ roots - Default crypto options for quic