diff options
author | Gregory Maxwell <greg@xiph.org> | 2012-06-23 19:21:13 -0700 |
---|---|---|
committer | Gregory Maxwell <greg@xiph.org> | 2012-06-23 19:21:13 -0700 |
commit | 817ee0d826087d418b5f0bffcdd92429574284e2 (patch) | |
tree | 6918d60b6fe3d56d4142ce1d59fc966320dd97a2 /src/net.h | |
parent | 0ae2ac5431c762dcf44318a688f1a0d5b130ac23 (diff) | |
parent | d789a3f1403fb6709a3ca26ef9ecc75b0b0a68a4 (diff) |
Merge pull request #1174 from sipa/torhs
Tor hidden service support
Diffstat (limited to 'src/net.h')
-rw-r--r-- | src/net.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |