(w http.ResponseWriter, r *http.Request)
| 833 | } |
| 834 | |
| 835 | func (c *Conn) MagicsockServeHTTPDebug(w http.ResponseWriter, r *http.Request) { |
| 836 | c.magicConn.ServeHTTPDebug(w, r) |
| 837 | } |
| 838 | |
| 839 | // SendConnectedTelemetry should be called when connection to a peer with the given IP is established. |
| 840 | func (c *Conn) SendConnectedTelemetry(ip netip.Addr, application string) { |
no test coverage detected