package
0.10.0
Repository: https://github.com/callmefisher/quic-go.git
Documentation: pkg.go.dev

# Functions

ComposeGQUICVersionNegotiation composes a Version Negotiation Packet for gQUIC.
ComposeVersionNegotiation composes a Version Negotiation according to the IETF draft.
LogFrame logs a frame, either sent or received.
ParseInvariantHeader parses the version independent part of the header.
ParseNextFrame parses the next frame It skips PADDING frames.
ParsePublicReset parses a PUBLIC_RESET.
WritePublicReset writes a PUBLIC_RESET.

# Structs

An AckFrame is an ACK frame.
AckRange is an ACK range.
A BlockedFrame is a BLOCKED frame.
A ConnectionCloseFrame in QUIC.
A GoawayFrame is a GOAWAY frame.
Header is the header of a QUIC packet.
The InvariantHeader is the version independent part of the header.
A MaxDataFrame carries flow control information for the connection.
A MaxStreamDataFrame carries flow control information for a stream.
A MaxStreamIDFrame is a MAX_STREAM_ID frame.
A PathChallengeFrame is a PATH_CHALLENGE frame.
A PathResponseFrame is a PATH_RESPONSE frame.
A PingFrame is a ping frame.
A PublicReset is a PUBLIC_RESET.
A RstStreamFrame is a RST_STREAM frame in QUIC.
A StopSendingFrame is a STOP_SENDING frame.
A StopWaitingFrame in QUIC.
A StreamBlockedFrame in QUIC.
A StreamFrame of QUIC.
A StreamIDBlockedFrame is a STREAM_ID_BLOCKED frame.

# Interfaces

A Frame in QUIC.