Skip to main content

Module connection

Module connection 

Source
Expand description

Outbound MoQT connection with MoQT framing over QUIC.

Structs§

ClientConfig
Configuration for a MoQT client connection.
Connection
A live MoQT connection over QUIC or WebTransport, combining the endpoint state machine with actual network I/O.
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.

Enums§

ConnectionError
Errors from the connection layer.
TransportType
Transport type for the connection.

Constants§

MOQT_ALPN
The ALPN identifier draft-15 uses on raw QUIC, moqt-15.

Functions§

object_role 🔒
What an Object Status makes of an object here.
varint_len 🔒
Determine the encoded length of a varint from its first byte.