mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
.
This commit is contained in:
parent
21341ab15c
commit
ed954c5ca2
1 changed files with 0 additions and 2 deletions
|
@ -767,8 +767,6 @@ void Cluster::_doREMOTE_MULTICAST_GATHER(uint64_t fromMemberId,const Packet &rem
|
||||||
unsigned int gatherLimit = remotep.at<uint32_t>(ZT_PROTO_VERB_MULTICAST_GATHER_IDX_GATHER_LIMIT);
|
unsigned int gatherLimit = remotep.at<uint32_t>(ZT_PROTO_VERB_MULTICAST_GATHER_IDX_GATHER_LIMIT);
|
||||||
const Address remotePeerAddress(remotep.source());
|
const Address remotePeerAddress(remotep.source());
|
||||||
|
|
||||||
//TRACE("<<MC %s(%s) GATHER up to %u in %.16llx/%s",source().toString().c_str(),_remoteAddress.toString().c_str(),gatherLimit,nwid,mg.toString().c_str());
|
|
||||||
|
|
||||||
if (gatherLimit) {
|
if (gatherLimit) {
|
||||||
Buffer<ZT_PROTO_MAX_PACKET_LENGTH> routp;
|
Buffer<ZT_PROTO_MAX_PACKET_LENGTH> routp;
|
||||||
remotePeerAddress.appendTo(routp);
|
remotePeerAddress.appendTo(routp);
|
||||||
|
|
Loading…
Add table
Reference in a new issue