Skip to main content

Module builder

Module builder 

Source
Expand description

QUIC packet builder (RFC 9000 Sections 17.2 and 17.3).

Provides QuicBuilder for constructing QUIC packets in byte form. All encryption / key scheduling is deliberately out of scope here: the builder emits the plaintext wire bytes only.

Structs§

QuicBuilder
Builder for QUIC packets.

Type Aliases§

QuicInitialBuilder
Type alias for building QUIC Initial packets — same as QuicBuilder::initial().