forked from quic-go/quic-go
move connection ID generation from the utils to the protocol package
This commit is contained in:
@@ -52,9 +52,6 @@ func (t PacketType) String() string {
|
||||
}
|
||||
}
|
||||
|
||||
// A ConnectionID in QUIC
|
||||
type ConnectionID uint64
|
||||
|
||||
// A ByteCount in QUIC
|
||||
type ByteCount uint64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user