mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
remove the EncryptionUnspecified enum value
This commit is contained in:
parent
ebe051b2cc
commit
bbd9fa4862
6 changed files with 19 additions and 19 deletions
|
@ -69,8 +69,6 @@ const (
|
|||
Encryption1RTT EncryptionLevel = protocol.Encryption1RTT
|
||||
// Encryption0RTT is the 0-RTT encryption level
|
||||
Encryption0RTT EncryptionLevel = protocol.Encryption0RTT
|
||||
// EncryptionNone is no encryption
|
||||
EncryptionNone EncryptionLevel = protocol.EncryptionUnspecified
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue