forked from quic-go/quic-go
introduce an ErrorCode
This commit is contained in:
@@ -8,3 +8,6 @@ type ConnectionID uint64
|
||||
|
||||
// A StreamID in QUIC
|
||||
type StreamID uint32
|
||||
|
||||
// An ErrorCode in QUIC
|
||||
type ErrorCode uint32
|
||||
|
||||
Reference in New Issue
Block a user