mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
add tracing and qlogging of state transitions for ECN validation
This commit is contained in:
parent
ad63e2a40a
commit
ffe6546833
11 changed files with 174 additions and 13 deletions
|
@ -148,6 +148,7 @@ type ConnectionTracer interface {
|
|||
SetLossTimer(TimerType, EncryptionLevel, time.Time)
|
||||
LossTimerExpired(TimerType, EncryptionLevel)
|
||||
LossTimerCanceled()
|
||||
ECNStateUpdated(state ECNState, trigger ECNStateTrigger)
|
||||
// Close is called when the connection is closed.
|
||||
Close()
|
||||
Debug(name, msg string)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue