Skip to content

Commit 6a19849

Browse files
committed
fixup
1 parent 0bebad4 commit 6a19849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailnet/conn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ func (c *Conn) MagicsockServeHTTPDebug(w http.ResponseWriter, r *http.Request) {
727727
c.magicConn.ServeHTTPDebug(w, r)
728728
}
729729

730-
// Currently called when connected to the Agent with the given IP using the given application.
730+
// SendConnectedTelemetry should be called when connection to a peer with the given IP is established.
731731
func (c *Conn) SendConnectedTelemetry(ip netip.Addr, application string) {
732732
if c.telemetrySink == nil {
733733
return

0 commit comments

Comments
 (0)