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.
This commit is contained in:
Patrick Strateman
2016-02-17 22:44:32 -08:00
committed by Jack Grigg
parent f28a87b4ba
commit a05be280e7
4 changed files with 6 additions and 16 deletions

View File

@@ -137,7 +137,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);