forked from quic-go/quic-go
Merge pull request #3154 from lucas-clemente/fix-tracer-for-connection-doc
fix doc comment for Tracer.TracerForConnection
This commit is contained in:
@@ -92,7 +92,7 @@ const (
|
||||
|
||||
// A Tracer traces events.
|
||||
type Tracer interface {
|
||||
// ConnectionTracer requests a new tracer for a connection.
|
||||
// TracerForConnection requests a new tracer for a connection.
|
||||
// The ODCID is the original destination connection ID:
|
||||
// The destination connection ID that the client used on the first Initial packet it sent on this connection.
|
||||
// If nil is returned, tracing will be disabled for this connection.
|
||||
|
||||
Reference in New Issue
Block a user