From b8729de9daa925f45705e72861b4986b328e65e9 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 8 Sep 2014 08:25:06 -0700 Subject: Temporarily DISABLE multicast authentication (doing in branch, will reenable in dev) --- node/Network.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'node/Network.hpp') diff --git a/node/Network.hpp b/node/Network.hpp index cab41411..4fde934b 100644 --- a/node/Network.hpp +++ b/node/Network.hpp @@ -357,6 +357,14 @@ public: return std::set(); } + /** + * @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 * -- cgit v1.2.3