Merge pull request #1286 from lucas-clemente/fix-1271

expose the gQUIC 39 version number in the quic package
This commit is contained in:
Marten Seemann
2018-04-13 18:52:16 +07:00
committed by GitHub

View File

@@ -16,6 +16,9 @@ type StreamID = protocol.StreamID
// A VersionNumber is a QUIC version number.
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.
type Cookie = handshake.Cookie