mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
export quic.Version2
This commit is contained in:
parent
f3744f6535
commit
b2deeceafb
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ const (
|
|||
VersionDraft29 = protocol.VersionDraft29
|
||||
// Version1 is RFC 9000
|
||||
Version1 = protocol.Version1
|
||||
Version2 = protocol.Version2
|
||||
)
|
||||
|
||||
// A Token can be used to verify the ownership of the client address.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue