forked from quic-go/quic-go
update mint, and adapt to the new use of the extension handler
This commit is contained in:
7
vendor/github.com/bifurcation/mint/common.go
generated
vendored
7
vendor/github.com/bifurcation/mint/common.go
generated
vendored
@@ -6,9 +6,10 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
supportedVersion uint16 = 0x7f16 // draft-22
|
||||
tls12Version uint16 = 0x0303
|
||||
tls10Version uint16 = 0x0301
|
||||
supportedVersion uint16 = 0x7f16 // draft-22
|
||||
tls12Version uint16 = 0x0303
|
||||
tls10Version uint16 = 0x0301
|
||||
dtls12WireVersion uint16 = 0xfefd
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user