Expand description
QUIC frame types and frame parsing (RFC 9000 Section 19 / Table 3).
Structs§
- Quic
Frame - A parsed QUIC frame — a lightweight view into the payload buffer.
Enums§
- Frame
Type - QUIC frame types as defined in RFC 9000 Table 3.
Functions§
- parse_
frames - Parse all frames from a decrypted QUIC payload buffer.