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
|
@ -42,7 +42,7 @@ var _ = Describe("SentPacketHandler", func() {
|
|||
}
|
||||
|
||||
ackElicitingPacket := func(p *Packet) *Packet {
|
||||
if p.EncryptionLevel == protocol.EncryptionUnspecified {
|
||||
if p.EncryptionLevel == 0 {
|
||||
p.EncryptionLevel = protocol.Encryption1RTT
|
||||
}
|
||||
if p.Length == 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue