# Functions
ComposeVersionNegotiation composes a Version Negotiation.
LogFrame logs a frame, either sent or received.
ParseHeader parses the header.
ParseNextFrame parses the next frame It skips PADDING frames.
# Structs
An AckFrame is an ACK frame.
AckRange is an ACK range.
A ConnectionCloseFrame is a CONNECTION_CLOSE frame.
A CryptoFrame is a CRYPTO frame.
A DataBlockedFrame is a DATA_BLOCKED frame.
ExtendedHeader is the header of a QUIC packet.
The Header is the version independent part of the header.
A MaxDataFrame carries flow control information for the connection.
A MaxStreamDataFrame is a MAX_STREAM_DATA frame.
A MaxStreamsFrame is a MAX_STREAMS frame.
A NewConnectionIDFrame is a NEW_CONNECTION_ID frame.
A NewTokenFrame is a NEW_TOKEN frame.
A PathChallengeFrame is a PATH_CHALLENGE frame.
A PathResponseFrame is a PATH_RESPONSE frame.
A PingFrame is a PING frame.
A ResetStreamFrame is a RESET_STREAM frame in QUIC.
A RetireConnectionIDFrame is a RETIRE_CONNECTION_ID frame.
A StopSendingFrame is a STOP_SENDING frame.
A StreamDataBlockedFrame is a STREAM_DATA_BLOCKED frame.
A StreamFrame of QUIC.
A StreamsBlockedFrame is a STREAMS_BLOCKED frame.
# Interfaces
A Frame in QUIC.