Status returns the current ipnstate of a connection.
()
| 561 | |
| 562 | // Status returns the current ipnstate of a connection. |
| 563 | func (c *Conn) Status() *ipnstate.Status { |
| 564 | return c.configMaps.status() |
| 565 | } |
| 566 | |
| 567 | // Ping sends a ping to the Wireguard engine. |
| 568 | // The bool returned is true if the ping was performed P2P. |