diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-09 10:09:16 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-09 10:09:16 -0800 |
commit | ed954c5ca2daa52c3f2bd7740fb80f87a127c427 (patch) | |
tree | 3655b8924af142223858ba812b68fecc9ac9f8dd /node | |
parent | 21341ab15c8f5f0c0596421da5695f1d54a8dbec (diff) | |
download | infinitytier-ed954c5ca2daa52c3f2bd7740fb80f87a127c427.tar.gz infinitytier-ed954c5ca2daa52c3f2bd7740fb80f87a127c427.zip |
.
Diffstat (limited to 'node')
-rw-r--r-- | node/Cluster.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/node/Cluster.cpp b/node/Cluster.cpp index 18ea9eb4..ac8017ca 100644 --- a/node/Cluster.cpp +++ b/node/Cluster.cpp @@ -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); 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) { Buffer<ZT_PROTO_MAX_PACKET_LENGTH> routp; remotePeerAddress.appendTo(routp); |