diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-08 08:25:06 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2014-09-08 08:25:06 -0700 |
| commit | b8729de9daa925f45705e72861b4986b328e65e9 (patch) | |
| tree | b3131d810a8d0fb6b47ed9ca273446101c6a56b6 /node/Network.hpp | |
| parent | 4e9280fc7a41aac6171165487412d2a9abd432a4 (diff) | |
| download | infinitytier-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.hpp | 8 |
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 |
