More stack->heap
This commit is contained in:
parent
c5a07c7f20
commit
b041de831a
2 changed files with 3 additions and 3 deletions
|
@ -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];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue