Merge pull request #2527 from lucas-clemente/reset-pto-when-dropping-packet-number-space

reset the PTO when dropping a packet number space
This commit is contained in:
Marten Seemann
2020-05-05 18:13:45 +07:00
committed by GitHub
2 changed files with 14 additions and 0 deletions

View File

@@ -164,6 +164,7 @@ func (h *sentPacketHandler) dropPackets(encLevel protocol.EncryptionLevel) {
h.qlogger.UpdatedPTOCount(0)
}
h.ptoCount = 0
h.numProbesToSend = 0
h.ptoMode = SendNone
}