Skip to main content

Module frames

Module frames 

Source
Expand description

QUIC frame types and frame parsing (RFC 9000 Section 19 / Table 3).

Structs§

QuicFrame
A parsed QUIC frame — a lightweight view into the payload buffer.

Enums§

FrameType
QUIC frame types as defined in RFC 9000 Table 3.

Functions§

parse_frames
Parse all frames from a decrypted QUIC payload buffer.