trust_dns_proto

Module quic

Source
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§

QuicClientConnect
A future that resolves to an QuicClientStream
QuicClientResponse
A future that resolves to
QuicClientStream
A DNS client connection for DNS-over-QUIC
QuicClientStreamBuilder
A QUIC connection builder for DNS-over-QUIC
QuicServer
A DNS-over-QUIC Server, see QuicClientStream for the client counterpart
QuicStream
A single bi-directional stream
QuicStreams
A stream of bi-directional QUIC streams

Enums§

DoqErrorCode
DoQ Error Codes, draft-ietf-dprive-dnsoquic, Feb. 28, 2022

Functions§

client_config_tls13_webpki_roots
Default crypto options for quic