mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
fix doc comment for Tracer.TracerForConnection
This commit is contained in:
parent
8f20817ef9
commit
eb2274bded
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ const (
|
||||||
|
|
||||||
// A Tracer traces events.
|
// A Tracer traces events.
|
||||||
type Tracer interface {
|
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 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.
|
// 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.
|
// If nil is returned, tracing will be disabled for this connection.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue