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

@@ -455,7 +455,7 @@ void TorController::auth_cb(TorControlConnection& conn, const TorControlReply& r
if (GetArg("-onion", "") == "") {
proxyType addrOnion = proxyType(CService("127.0.0.1", 9050), true);
SetProxy(NET_TOR, addrOnion);
SetReachable(NET_TOR);
SetLimited(NET_TOR, false);
}
// Finally - now create the service