PingResult is the result of a successful [Client.Ping] call.
| 1580 | |
| 1581 | // PingResult is the result of a successful [Client.Ping] call. |
| 1582 | type PingResult struct { |
| 1583 | // Latency is the round-trip time for the meow/meowed handshake |
| 1584 | // through the DERP relay. |
| 1585 | Latency time.Duration |
| 1586 | } |
| 1587 | |
| 1588 | // ensureStarted brings up the client's network stack on first use: |
| 1589 | // it resolves the server's DERP region if the ConnBlob didn't embed |
nothing calls this directly
no outgoing calls
no test coverage detected