introduce an ErrorCode

This commit is contained in:
Marten Seemann
2016-04-19 12:43:04 +07:00
parent 30998cef1f
commit ec64be840e
3 changed files with 11 additions and 5 deletions

View File

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