mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
add gQUIC 44 to the supported versions
This commit is contained in:
parent
c0d4f00b20
commit
91d65baf1b
6 changed files with 16 additions and 2 deletions
|
@ -21,6 +21,8 @@ const (
|
|||
VersionGQUIC39 = protocol.Version39
|
||||
// VersionGQUIC43 is gQUIC version 43.
|
||||
VersionGQUIC43 = protocol.Version43
|
||||
// VersionGQUIC43 is gQUIC version 44.
|
||||
VersionGQUIC44 = protocol.Version44
|
||||
)
|
||||
|
||||
// A Cookie can be used to verify the ownership of the client address.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue