forked from quic-go/quic-go
add version number to Frame.Write
This commit is contained in:
@@ -11,7 +11,7 @@ type VersionNumber int
|
||||
|
||||
// SupportedVersions lists the versions that the server supports
|
||||
var SupportedVersions = []VersionNumber{
|
||||
32,
|
||||
31, 32,
|
||||
}
|
||||
|
||||
// SupportedVersionsAsTags is needed for the SHLO crypto message
|
||||
|
||||
Reference in New Issue
Block a user