aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorGregory Maxwell <[email protected]>2012-06-23 19:21:13 -0700
committerGregory Maxwell <[email protected]>2012-06-23 19:21:13 -0700
commit817ee0d826087d418b5f0bffcdd92429574284e2 (patch)
tree6918d60b6fe3d56d4142ce1d59fc966320dd97a2 /src/net.h
parentMerge pull request #1503 from gmaxwell/testnet_tweaks (diff)
parentSome documentation about tor (diff)
downloaddiscoin-817ee0d826087d418b5f0bffcdd92429574284e2.tar.xz
discoin-817ee0d826087d418b5f0bffcdd92429574284e2.zip
Merge pull request #1174 from sipa/torhs
Tor hidden service support
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index f059c7a44..29b116eb3 100644
--- a/src/net.h
+++ b/src/net.h
@@ -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);