diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-10 22:58:43 -0400 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-07-10 22:58:43 -0400 |
| commit | bcd079b70eb984a44dc62b2f8aa591c4f9c57f8a (patch) | |
| tree | 89b10e3e1276c001e971219ea30325f056ebf0a9 /node/Network.hpp | |
| parent | 9f8069434a161d1384897ea049c9a580ed101efb (diff) | |
| download | infinitytier-bcd079b70eb984a44dc62b2f8aa591c4f9c57f8a.tar.gz infinitytier-bcd079b70eb984a44dc62b2f8aa591c4f9c57f8a.zip | |
Adding signatures to multicast frames, work in progress, does not build yet
Diffstat (limited to 'node/Network.hpp')
| -rw-r--r-- | node/Network.hpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/node/Network.hpp b/node/Network.hpp index ddb8930f..417688f0 100644 --- a/node/Network.hpp +++ b/node/Network.hpp @@ -113,19 +113,6 @@ public: } /** - * Shortcut to check open(), whether MAC is ZeroTier, then isMember() - * - * @param mac MAC address to check - * @return True if MAC is allowed - */ - inline bool isAllowed(const MAC &mac) const - throw() - { - Mutex::Lock _l(_lock); - return ((_open)||((mac.isZeroTier())&&(_members.count(Address(mac)) > 0))); - } - - /** * @return True if network is open (no membership required) */ inline bool open() const |
