Get rid of ZT_FAST_MEMCPY because this is not really needed.
This commit is contained in:
parent
d530356055
commit
2966eac64f
19 changed files with 76 additions and 114 deletions
|
@ -78,7 +78,7 @@ void OutboundMulticast::init(
|
|||
if (!disableCompression)
|
||||
_packet.compress();
|
||||
|
||||
ZT_FAST_MEMCPY(_frameData,payload,_frameLen);
|
||||
memcpy(_frameData,payload,_frameLen);
|
||||
}
|
||||
|
||||
void OutboundMulticast::sendOnly(const RuntimeEnvironment *RR,void *tPtr,const Address &toAddr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue