Skip to main content

Module control

Module control 

Source
Expand description

Inline control stream parser.

Buffers raw bytes from the forwarding loop and decodes complete MoQT control messages without modifying the forwarded data.

Structs§

ControlStreamParser
Stateful inline parser for a MoQT control stream.
ParsedFrame
A successfully parsed control frame.

Enums§

ParseResult
Result of feeding bytes to the control stream parser.

Functions§

varint_len 🔒
Determine the encoded length of a QUIC varint from its first byte.