Skip to main content

Module quic

Module quic 

Source
Expand description

QUIC transport implementation wrapping quinn.

Structsยง

QuicDialOptions
How a QUIC dial is configured, independent of any draft.
QuicTransport
QUIC transport wrapping a quinn::Connection.
SkipVerification ๐Ÿ”’
TLS certificate verifier that skips all verification. Testing only.

Enumsยง

DialError
Why a QUIC dial did not produce a connection.

Functionsยง

conn_err ๐Ÿ”’
Convert a quinn connection error to a TransportError.
dial_quic
Dial a QUIC server, and report which ALPN it chose.
negotiated_alpn ๐Ÿ”’
The ALPN the server selected, if the handshake recorded one.