mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
improve logging of loss detection timer cancelation
This commit is contained in:
parent
92b898e811
commit
16a89a83d2
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ func (h *sentPacketHandler) setLossDetectionTimer() {
|
|||
|
||||
// Cancel the alarm if no packets are outstanding
|
||||
if !h.hasOutstandingPackets() {
|
||||
h.logger.Debugf("setLossDetectionTimer: canceling. Bytes in flight: %d", h.bytesInFlight)
|
||||
h.logger.Debugf("Canceling loss detection timer. No packets in flight.")
|
||||
h.alarm = time.Time{}
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue