mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 05:37:36 +03:00
fix tracing of congestion state updates
This commit is contained in:
parent
a854a4ace9
commit
c7127594c8
1 changed files with 1 additions and 0 deletions
|
@ -277,4 +277,5 @@ func (c *cubicSender) maybeTraceStateChange(new logging.CongestionState) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
c.tracer.UpdatedCongestionState(new)
|
c.tracer.UpdatedCongestionState(new)
|
||||||
|
c.lastState = new
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue