summaryrefslogtreecommitdiff
path: root/node/OutboundMulticast.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2019-06-17 15:50:05 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2019-06-17 15:50:05 -0700
commitb041de831a6d6a68c138cb97b0ad7549712d9516 (patch)
treec2d22b9821e0dda65e979f964ef1c65e944df1e4 /node/OutboundMulticast.hpp
parentc5a07c7f20dc54d88a2f6b8b5c4462510b042325 (diff)
downloadinfinitytier-b041de831a6d6a68c138cb97b0ad7549712d9516.tar.gz
infinitytier-b041de831a6d6a68c138cb97b0ad7549712d9516.zip
More stack->heap
Diffstat (limited to 'node/OutboundMulticast.hpp')
-rw-r--r--node/OutboundMulticast.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/OutboundMulticast.hpp b/node/OutboundMulticast.hpp
index c549eacf..42063995 100644
--- a/node/OutboundMulticast.hpp
+++ b/node/OutboundMulticast.hpp
@@ -161,7 +161,7 @@ private:
unsigned int _limit;
unsigned int _frameLen;
unsigned int _etherType;
- Packet _packet;
+ Packet _packet,_tmp;
std::vector<Address> _alreadySentTo;
uint8_t _frameData[ZT_MAX_MTU];
};