forked from quic-go/quic-go
Mock FlowControlManager using gomock
This commit is contained in:
@@ -31,7 +31,7 @@ type StreamID uint32
|
||||
type ByteCount uint64
|
||||
|
||||
// MaxByteCount is the maximum value of a ByteCount
|
||||
const MaxByteCount = math.MaxUint64
|
||||
const MaxByteCount = ByteCount(math.MaxUint64)
|
||||
|
||||
// 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,
|
||||
|
||||
Reference in New Issue
Block a user