forked from quic-go/quic-go
add gQUIC 44 to the supported versions
This commit is contained in:
@@ -29,6 +29,7 @@ const (
|
||||
// SupportedVersions lists the versions that the server supports
|
||||
// must be in sorted descending order
|
||||
var SupportedVersions = []VersionNumber{
|
||||
Version44,
|
||||
Version43,
|
||||
Version39,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user