Temporarily DISABLE multicast authentication (doing in branch, will reenable in dev)

This commit is contained in:
Adam Ierymenko 2014-09-08 08:25:06 -07:00
parent 4e9280fc7a
commit b8729de9da
3 changed files with 25 additions and 7 deletions

View file

@ -357,6 +357,14 @@ public:
return std::set<InetAddress>();
}
/**
* @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
*