update QUIC v2 support to draft-ietf-quic-v2-08 (#3631)

This commit is contained in:
Marten Seemann
2023-01-03 10:07:06 -08:00
committed by GitHub
parent 07918469bc
commit 7fbcbf7ac6
5 changed files with 62 additions and 43 deletions

View File

@@ -23,7 +23,7 @@ const (
VersionUnknown VersionNumber = math.MaxUint32
VersionDraft29 VersionNumber = 0xff00001d
Version1 VersionNumber = 0x1
Version2 VersionNumber = 0x709a50c4
Version2 VersionNumber = 0x6b3343cf
)
// SupportedVersions lists the versions that the server supports