forked from quic-go/quic-go
Merge pull request #1286 from lucas-clemente/fix-1271
expose the gQUIC 39 version number in the quic package
This commit is contained in:
@@ -16,6 +16,9 @@ type StreamID = protocol.StreamID
|
|||||||
// A VersionNumber is a QUIC version number.
|
// A VersionNumber is a QUIC version number.
|
||||||
type VersionNumber = protocol.VersionNumber
|
type VersionNumber = protocol.VersionNumber
|
||||||
|
|
||||||
|
// VersionGQUIC39 is gQUIC version 39.
|
||||||
|
const VersionGQUIC39 = protocol.Version39
|
||||||
|
|
||||||
// A Cookie can be used to verify the ownership of the client address.
|
// A Cookie can be used to verify the ownership of the client address.
|
||||||
type Cookie = handshake.Cookie
|
type Cookie = handshake.Cookie
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user