Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2026 Changes in this version + func ComposeInitialPacket(srcConnID, destConnID, key protocol.ConnectionID, token []byte, ...) []byte + func ComposeRetryPacket(srcConnID protocol.ConnectionID, destConnID protocol.ConnectionID, ...) []byte + type AckFrame = wire.AckFrame + type ConnectionCloseFrame = wire.ConnectionCloseFrame + type CryptoFrame = wire.CryptoFrame + type DataBlockedFrame = wire.DataBlockedFrame + type Frame = wire.Frame + type HandshakeDoneFrame = wire.HandshakeDoneFrame + type MaxDataFrame = wire.MaxDataFrame + type MaxStreamDataFrame = wire.MaxStreamDataFrame + type MaxStreamsFrame = wire.MaxStreamsFrame + type NewConnectionIDFrame = wire.NewConnectionIDFrame + type NewTokenFrame = wire.NewTokenFrame + type PathChallengeFrame = wire.PathChallengeFrame + type PathResponseFrame = wire.PathResponseFrame + type PingFrame = wire.PingFrame + type ResetStreamFrame = wire.ResetStreamFrame + type RetireConnectionIDFrame = wire.RetireConnectionIDFrame + type StopSendingFrame = wire.StopSendingFrame + type StreamDataBlockedFrame = wire.StreamDataBlockedFrame + type StreamFrame = wire.StreamFrame + type StreamsBlockedFrame = wire.StreamsBlockedFrame