move connection ID generation from the utils to the protocol package

This commit is contained in:
Marten Seemann
2018-03-16 07:36:27 +01:00
parent da7708e470
commit af8971d8c9
4 changed files with 9 additions and 11 deletions

View File

@@ -52,9 +52,6 @@ func (t PacketType) String() string {
}
}
// A ConnectionID in QUIC
type ConnectionID uint64
// A ByteCount in QUIC
type ByteCount uint64