Mock FlowControlManager using gomock

This commit is contained in:
Lucas Clemente
2017-06-08 15:55:08 +02:00
parent 94843e1919
commit eeb2d8d821
9 changed files with 325 additions and 228 deletions

View File

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