Expand description
Outbound MoQT connection with MoQT framing over QUIC.
Structsยง
- Client
Config - Configuration for a draft-12 MoQT client connection.
- Connection
- A live draft-12 MoQT connection over QUIC or WebTransport.
- Framed
Recv Stream - A framed reader for a recv stream. Handles MoQT varint-length decoding.
- Framed
Send Stream - A framed writer for a send stream. Handles MoQT length-prefixed framing.
- Subgroup
Stream ๐State - What a subgroup header fixes for every object written after it.
Enumsยง
- Connection
Error - Errors from the draft-12 connection layer.
- Transport
Type - 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.2.1.1โs table.
- varint_
len ๐ - Determine the encoded length of a varint from its first byte.