Merge pull request #1174 from sipa/torhs

Tor hidden service support
This commit is contained in:
Gregory Maxwell
2012-06-23 19:21:13 -07:00
11 changed files with 489 additions and 41 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);