mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
rename the logging.Tracer to ConnectionTracer
This commit is contained in:
parent
7f6eca84da
commit
4121ea84f4
15 changed files with 154 additions and 154 deletions
|
@ -11,8 +11,8 @@ import (
|
|||
"github.com/lucas-clemente/quic-go/internal/wire"
|
||||
)
|
||||
|
||||
// A Tracer records events.
|
||||
type Tracer interface {
|
||||
// A ConnectionTracer records events.
|
||||
type ConnectionTracer interface {
|
||||
StartedConnection(local, remote net.Addr, version protocol.VersionNumber, srcConnID, destConnID protocol.ConnectionID)
|
||||
ClosedConnection(CloseReason)
|
||||
SentTransportParameters(*wire.TransportParameters)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue