UpdateStatus populates the network state using the provided status builder.
(*ipnstate.StatusBuilder)
| 126 | // UpdateStatus populates the network state using the provided |
| 127 | // status builder. |
| 128 | UpdateStatus(*ipnstate.StatusBuilder) |
| 129 | |
| 130 | // Ping is a request to start a ping of the given message size to the peer |
| 131 | // handling the given IP, then call cb with its ping latency & method. |
no outgoing calls