introduce protocol.ByteCount

This commit is contained in:
Lucas Clemente
2016-05-05 01:41:26 +02:00
parent d1d4dbde2c
commit 321370e2f3

View File

@@ -9,6 +9,9 @@ type ConnectionID uint64
// A StreamID in QUIC
type StreamID uint32
// A ByteCount in QUIC
type ByteCount uint64
// An ErrorCode in QUIC
type ErrorCode uint32