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