mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
add a generic Log() function to the connection tracer
This commit is contained in:
parent
a76879c305
commit
ff1f433c36
9 changed files with 66 additions and 0 deletions
|
@ -89,6 +89,7 @@ func (t *connTracer) DroppedKey(logging.KeyPhase)
|
|||
func (t *connTracer) SetLossTimer(logging.TimerType, logging.EncryptionLevel, time.Time) {}
|
||||
func (t *connTracer) LossTimerExpired(logging.TimerType, logging.EncryptionLevel) {}
|
||||
func (t *connTracer) LossTimerCanceled() {}
|
||||
func (t *connTracer) Debug(string, string) {}
|
||||
func (t *connTracer) Close() {}
|
||||
|
||||
var _ = Describe("Key Update tests", func() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue