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-11 MoQT client connection.
Connection
A live draft-11 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.
SubgroupStreamState ๐Ÿ”’
What a subgroup header fixes for every object written after it.

Enumsยง

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

Constantsยง

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

Functionsยง

object_role ๐Ÿ”’
What an Object Status makes of an object, for Section 9.1.1.1โ€™s table.
varint_len ๐Ÿ”’
Determine the encoded length of a varint from its first byte.