mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
add support for QUIC v1
This commit is contained in:
parent
b8f07c728c
commit
6b771df453
8 changed files with 25 additions and 12 deletions
|
@ -35,6 +35,8 @@ const (
|
|||
VersionDraft32 = protocol.VersionDraft32
|
||||
// VersionDraft34 is IETF QUIC draft-34
|
||||
VersionDraft34 = protocol.VersionDraft34
|
||||
// Version1 is RFC 9000
|
||||
Version1 = protocol.Version1
|
||||
)
|
||||
|
||||
// A Token can be used to verify the ownership of the client address.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue