From 37d139177dfdc6a0cf44f964a315184fca3fc3bd Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Thu, 4 Aug 2016 13:01:14 -0700 Subject: Integrate Filter into OutboundMulticast properly. --- node/OutboundMulticast.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'node/OutboundMulticast.hpp') diff --git a/node/OutboundMulticast.hpp b/node/OutboundMulticast.hpp index 7d1dff80..0ded8baf 100644 --- a/node/OutboundMulticast.hpp +++ b/node/OutboundMulticast.hpp @@ -133,9 +133,14 @@ public: private: uint64_t _timestamp; uint64_t _nwid; + MAC _macSrc; + MAC _macDest; unsigned int _limit; + unsigned int _frameLen; + unsigned int _etherType; Packet _packet; std::vector
_alreadySentTo; + uint8_t _frameData[ZT_MAX_MTU]; }; } // namespace ZeroTier -- cgit v1.2.3