export quic.Version2

This commit is contained in:
Marten Seemann 2022-05-23 19:37:24 +02:00
parent f3744f6535
commit b2deeceafb

View file

@ -23,6 +23,7 @@ const (
VersionDraft29 = protocol.VersionDraft29 VersionDraft29 = protocol.VersionDraft29
// Version1 is RFC 9000 // Version1 is RFC 9000
Version1 = protocol.Version1 Version1 = protocol.Version1
Version2 = protocol.Version2
) )
// A Token can be used to verify the ownership of the client address. // A Token can be used to verify the ownership of the client address.