summaryrefslogtreecommitdiff
path: root/node/Network.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-08 08:25:06 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-08 08:25:06 -0700
commitb8729de9daa925f45705e72861b4986b328e65e9 (patch)
treeb3131d810a8d0fb6b47ed9ca273446101c6a56b6 /node/Network.hpp
parent4e9280fc7a41aac6171165487412d2a9abd432a4 (diff)
downloadinfinitytier-b8729de9daa925f45705e72861b4986b328e65e9.tar.gz
infinitytier-b8729de9daa925f45705e72861b4986b328e65e9.zip
Temporarily DISABLE multicast authentication (doing in branch, will reenable in dev)
Diffstat (limited to 'node/Network.hpp')
-rw-r--r--node/Network.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/node/Network.hpp b/node/Network.hpp
index cab41411..4fde934b 100644
--- a/node/Network.hpp
+++ b/node/Network.hpp
@@ -358,6 +358,14 @@ public:
}
/**
+ * @return True if multicasts must be authenticated on this network
+ */
+ inline bool authenticateMulticasts() const
+ {
+ return false;
+ }
+
+ /**
* Shortcut for config()->permitsBridging(), returns false if no config
*
* @param peer Peer address to check