package quicvarint
Import Path
github.com/refraction-networking/utls/internal/quicvarint (on go.dev)
Dependency Relation
imports 3 packages, and imported by one package
Involved Source Files
varint.go
Package-Level Functions (total 4, all are exported)
Append appends i in the QUIC varint format.
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.
Read reads a number in the QUIC varint format from r.
Package-Level Constants (total 6, in which 2 are exported)
Max is the maximum allowed value for a QUIC varint (2^62-1).
Min is the minimum value allowed for a QUIC varint.
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |