remote IP of the connection
()
| 27 | ID() ID // peer's cryptographic ID |
| 28 | RemoteIP() net.IP // remote IP of the connection |
| 29 | RemoteAddr() net.Addr // remote address of the connection |
| 30 | |
| 31 | IsOutbound() bool // did we dial the peer |
| 32 | IsPersistent() bool // do we redial this peer when we disconnect |
no outgoing calls