CNetAddr::GetReachabilityFrom

Calculate how reachable this address is from a given peer address.

Synopsis

Declared in <netaddress.h>

int
GetReachabilityFrom(CNetAddr const& paddrPartner) const;

Return Value

A reachability score for this address from the peer.

Parameters

NameDescription
paddrPartnerThe peer address to measure reachability from.