LOG("%s/%.16llx: multicast group %s: dropped %u bytes, duplicate multicast in too short a time frame",network->tap().deviceName().c_str(),(unsignedlonglong)network->id(),mg.toString().c_str(),(unsignedint)data.size());
LOG("didn't send local multicast %u byte multicast packet to network %.16llx: not within budget for multicast group %s",(unsignedint)data.size(),(unsignedlonglong)network->id(),mg.toString().c_str());
LOG("%s/%.16llx: multicast group %s: dropped %u bytes, out of budget",network->tap().deviceName().c_str(),(unsignedlonglong)network->id(),mg.toString().c_str(),(unsignedint)data.size());
return;
}
@ -124,7 +130,7 @@ void Switch::onLocalEthernet(const SharedPtr<Network> &network,const MAC &from,c