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 ¶
type Reader ¶
type Reader interface { io.ByteReader io.Reader }
Reader implements both the io.ByteReader and io.Reader interfaces.
Click to show internal directories.
Click to hide internal directories.