forked from quic-go/quic-go
Merge pull request #2238 from lucas-clemente/fix-pto-logging
fix logging of the PTO packet number space
This commit is contained in:
@@ -453,10 +453,10 @@ func (h *sentPacketHandler) onVerifiedLossDetectionTimeout() error {
|
||||
}
|
||||
|
||||
// PTO
|
||||
_, encLevel = h.getEarliestSentTimeAndSpace()
|
||||
if h.logger.Debug() {
|
||||
h.logger.Debugf("Loss detection alarm for %s fired in PTO mode. PTO count: %d", encLevel, h.ptoCount)
|
||||
}
|
||||
_, encLevel = h.getEarliestSentTimeAndSpace()
|
||||
h.ptoCount++
|
||||
h.numProbesToSend += 2
|
||||
switch encLevel {
|
||||
|
||||
Reference in New Issue
Block a user