expose the gQUIC 39 version number in the quic package

This commit is contained in:
Marten Seemann
2018-04-05 14:29:51 +07:00
parent 1b57582497
commit 69a6b3cb9e

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