mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
reset the loss detection timer when dropping a packet number space
This commit is contained in:
parent
92b898e811
commit
e586a6cc8f
2 changed files with 24 additions and 0 deletions
|
@ -120,6 +120,8 @@ func (h *sentPacketHandler) DropPackets(encLevel protocol.EncryptionLevel) {
|
|||
default:
|
||||
panic(fmt.Sprintf("Cannot drop keys for encryption level %s", encLevel))
|
||||
}
|
||||
h.setLossDetectionTimer()
|
||||
h.ptoMode = SendNone
|
||||
}
|
||||
|
||||
func (h *sentPacketHandler) SentPacket(packet *Packet) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue