forked from quic-go/quic-go
remove support for version 30, since we don't implement FEC at all
This commit is contained in:
@@ -11,7 +11,6 @@ type VersionNumber int
|
||||
|
||||
// SupportedVersions lists the versions that the server supports
|
||||
var SupportedVersions = []VersionNumber{
|
||||
30,
|
||||
32,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user