type github.com/refraction-networking/utls/internal/quicvarint/protocol.ByteCount
7 uses
github.com/refraction-networking/utls/internal/quicvarint/protocol (current package)
protocol.go#L101: type ByteCount int64
protocol.go#L104: const MaxByteCount = ByteCount(1<<62 - 1)
protocol.go#L107: const InvalidByteCount ByteCount = -1
github.com/refraction-networking/utls/internal/quicvarint
varint.go#L99: func AppendWithLen(b []byte, i uint64, length protocol.ByteCount) []byte {
varint.go#L117: for j := protocol.ByteCount(1); j < length-l; j++ {
varint.go#L120: for j := protocol.ByteCount(0); j < l; j++ {
varint.go#L127: func Len(i uint64) protocol.ByteCount {
![]() |
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. |