summaryrefslogtreecommitdiff
path: root/node/OutboundMulticast.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-04 13:01:14 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-08-04 13:01:14 -0700
commit37d139177dfdc6a0cf44f964a315184fca3fc3bd (patch)
tree7d01804cd6cb2e4c095cc1237cc4e9e4114fb9ee /node/OutboundMulticast.hpp
parent8a7753cfe3824ad378e779140fdd99f5c2873642 (diff)
downloadinfinitytier-37d139177dfdc6a0cf44f964a315184fca3fc3bd.tar.gz
infinitytier-37d139177dfdc6a0cf44f964a315184fca3fc3bd.zip
Integrate Filter into OutboundMulticast properly.
Diffstat (limited to 'node/OutboundMulticast.hpp')
-rw-r--r--node/OutboundMulticast.hpp5
1 files changed, 5 insertions, 0 deletions
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<Address> _alreadySentTo;
+ uint8_t _frameData[ZT_MAX_MTU];
};
} // namespace ZeroTier