Remove several unused fields and symbols

Detected with `unused -exports=true ./...`
This commit is contained in:
Lucas Clemente
2017-04-05 21:46:33 +01:00
parent fb5cccf799
commit e2a0d9f77c
9 changed files with 1 additions and 46 deletions

View File

@@ -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.