package
0.0.0-20230209052722-fd67b0616c6d
Repository: https://github.com/project-faster/quic-go.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
AppendWithLen append i in the QUIC varint format with the desired length.
Len determines the number of bytes that will be needed to write the number i.
NewReader returns a Reader for r.
NewWriter returns a Writer for w.
Read reads a number in the QUIC varint format from r.
Write writes i in the QUIC varint format to w.