diff options
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 |
