forked from quic-go/quic-go
remove stray log statement in setLossDetectionTimer()
This commit is contained in:
@@ -330,7 +330,6 @@ func (h *sentPacketHandler) setLossDetectionTimer() {
|
||||
|
||||
// PTO alarm
|
||||
h.alarm = h.lastSentAckElicitingPacketTime.Add(h.rttStats.PTO() << h.ptoCount)
|
||||
h.logger.Debugf("setLossDetectionTimer: setting to", h.alarm)
|
||||
}
|
||||
|
||||
func (h *sentPacketHandler) detectLostPackets(
|
||||
|
||||
Reference in New Issue
Block a user