diff options
author | Patrick Strateman <patrick.strateman@gmail.com> | 2016-02-17 22:44:32 -0800 |
---|---|---|
committer | Patrick Strateman <patrick.strateman@gmail.com> | 2016-02-17 23:21:27 -0800 |
commit | 110b62f06992d0fb989153afff2dc3aea62a674f (patch) | |
tree | 1d2e7f7dc68300c437f07430239b6b1f9f165343 /src/net.h | |
parent | 8b70a64d62c6e64288762d062414cc979f880c54 (diff) |
Remove vfReachable and modify IsReachable to only use vfLimited.
We do not know that a class of Network is reachable, only that it is not.
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -146,7 +146,6 @@ bool IsLocal(const CService& addr); bool GetLocal(CService &addr, const CNetAddr *paddrPeer = NULL); bool IsReachable(enum Network net); bool IsReachable(const CNetAddr &addr); -void SetReachable(enum Network net, bool fFlag = true); CAddress GetLocalAddress(const CNetAddr *paddrPeer = NULL); |