Skip to main content

Module connection

Module connection 

Source

Structs§

ClientConfig
Configuration for a MoQT client connection.
Connection
A live MoQT connection over QUIC, combining the endpoint state machine with actual network I/O.
FramedRecvStream
A framed reader for a QUIC recv stream. Handles MoQT varint-length decoding.
FramedSendStream
A framed writer for a QUIC send stream. Handles MoQT length-prefixed framing.
SkipVerification 🔒
TLS certificate verifier that skips all verification (for testing only).

Enums§

ConnectionError
Errors from the connection layer.

Constants§

MOQT_ALPN
MoQT ALPN identifier (draft-14).

Functions§

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