PeerForIP returns the node to which the provided IP routes, if any. If none is found, (nil, false) is returned.
(netip.Addr)
| 79 | // PeerForIP returns the node to which the provided IP routes, |
| 80 | // if any. If none is found, (nil, false) is returned. |
| 81 | PeerForIP(netip.Addr) (_ PeerForIP, ok bool) |
| 82 | |
| 83 | // GetFilter returns the current packet filter, if any. |
| 84 | GetFilter() *filter.Filter |
no outgoing calls
no test coverage detected