forked from quic-go/quic-go
add tracing and qlogging of state transitions for ECN validation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user