package
1.6.6
Repository: https://github.com/metacubex/utls.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

DefaultAckDelayExponent is the default ack delay exponent.
DefaultActiveConnectionIDLimit is the default active connection ID limit.
DefaultMaxAckDelay is the default max_ack_delay.
11.
00.
No description provided by the author
10.
01.
InvalidByteCount is an invalid byte count.
InvalidPacketLimitAES is the maximum number of packets that we can fail to decrypt when using AEAD_AES_128_GCM or AEAD_AES_265_GCM.
InvalidPacketLimitChaCha is the maximum number of packets that we can fail to decrypt when using AEAD_CHACHA20_POLY1305.
MaxAckDelayExponent is the maximum ack delay exponent.
MaxByteCount is the maximum value of a ByteCount.
MaxConnIDLen is the maximum length of the connection ID.
MaxLargePacketBufferSize is used when using GSO.
MaxMaxAckDelay is the maximum max_ack_delay.
MaxPacketBufferSize maximum packet size of any QUIC packet, based on ethernet's max size, minus the IP and UDP headers.
MinConnectionIDLenInitial is the minimum length of the destination connection ID on an Initial packet.
MinInitialPacketSize is the minimum size an Initial packet is required to have.
token */.
MinUnknownVersionPacketSize is the minimum size a packet with an unknown version needs to have in order to trigger a Version Negotiation packet.
PacketType0RTT is the packet type of a 0-RTT packet.
PacketTypeHandshake is the packet type of a Handshake packet.
PacketTypeInitial is the packet type of an Initial packet.
PacketTypeRetry is the packet type of a Retry packet.

# Type aliases

A ByteCount in QUIC.
No description provided by the author
The PacketType is the Long Header Type.
A StatelessResetToken is a stateless reset token.