Add -tor and related configuration

This commit is contained in:
Pieter Wuille
2012-05-01 21:04:07 +02:00
parent d077dd2a6e
commit 54ce3bad64
3 changed files with 30 additions and 6 deletions

View File

@@ -64,6 +64,7 @@ bool SeenLocal(const CService& addr);
bool IsLocal(const CService& addr);
bool GetLocal(CService &addr, const CNetAddr *paddrPeer = NULL);
bool IsReachable(const CNetAddr &addr);
void SetReachable(enum Network net, bool fFlag = true);
CAddress GetLocalAddress(const CNetAddr *paddrPeer = NULL);