Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Min is the minimum value allowed for a QUIC varint. Min = 0 // Max is the maximum allowed value for a QUIC varint (2^62-1). Max = maxVarInt8 )
taken from the QUIC draft
Variables ¶
This section is empty.
Functions ¶
func AppendWithLen ¶
AppendWithLen append i in the QUIC varint format with the desired length.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.