mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-11 15:46:35 -07:00
Temporarily DISABLE multicast authentication (doing in branch, will reenable in dev)
This commit is contained in:
parent
4e9280fc7a
commit
b8729de9da
3 changed files with 25 additions and 7 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue