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-13 MoQT client connection.
Connection
A live draft-13 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.

Enums§

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

Constants§

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