Skip to main contentModule connection
Source - 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).
- ConnectionError
- Errors from the connection layer.
- MOQT_ALPN
- MoQT ALPN identifier (draft-14).
- varint_len 🔒
- Determine the encoded length of a varint from its first byte.