instrumentation improvement
Some checks failed
/ build_macos (push) Has been cancelled
/ build_windows (push) Has been cancelled
/ build_ubuntu (push) Has been cancelled

This commit is contained in:
eerieaerial 2025-05-01 20:39:24 +04:00
parent 083b833bf8
commit 5fb3f5c228
4 changed files with 100 additions and 17 deletions

View file

@ -201,7 +201,9 @@ void Multicaster::send(
}
outp.armor(bestMulticastReplicator->key(),true,bestMulticastReplicator->aesKeysIfSupported());
Metrics::pkt_multicast_frame_out++;
CT("UNPROCESSED");
char buf[64];
outp.destination().toString(buf);
CT("UNPROCESSED MULTICAST, packetId: %lx, address: %s", outp.packetId(), buf);
bestMulticastReplicatorPath->send(RR,tPtr,outp.data(),outp.size(),now);
return;
}