Skip to main content

Module connection

Module connection 

Source
Expand description

Outbound MoQT connection with MoQT framing over QUIC.

Structs§

ClientConfig
Configuration for a draft-09 MoQT client connection.
Connection
A live draft-09 MoQT connection over QUIC or WebTransport.
FramedRecvStream
A framed reader for a recv stream. Handles MoQT varint-length decoding.
FramedSendStream
A framed writer for a send stream. Handles MoQT length-prefixed framing.
SkipVerification 🔒
TLS certificate verifier that skips all verification (for testing only).

Enums§

ConnectionError
Errors from the draft-09 connection layer.
TransportType
Transport type for the connection.

Constants§

MOQT_ALPN
MoQT ALPN identifier (used by raw QUIC transport).

Functions§

varint_len 🔒
Determine the encoded length of a varint from its first byte.