forked from quic-go/quic-go
Remove several unused fields and symbols
Detected with `unused -exports=true ./...`
This commit is contained in:
@@ -33,9 +33,6 @@ type ByteCount uint64
|
||||
// MaxByteCount is the maximum value of a ByteCount
|
||||
const MaxByteCount = math.MaxUint64
|
||||
|
||||
// CryptoStreamID is the ID of the crypto stream
|
||||
const CryptoStreamID StreamID = 1
|
||||
|
||||
// MaxReceivePacketSize maximum packet size of any QUIC packet, based on
|
||||
// ethernet's max size, minus the IP and UDP headers. IPv6 has a 40 byte header,
|
||||
// UDP adds an additional 8 bytes. This is a total overhead of 48 bytes.
|
||||
|
||||
Reference in New Issue
Block a user