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
|
@ -126,4 +126,5 @@ type ConnectionTracer interface {
|
|||
LossTimerCanceled()
|
||||
// Close is called when the connection is closed.
|
||||
Close()
|
||||
Debug(name, msg string)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue