diff --git a/src/mesh/RadioLibInterface.cpp b/src/mesh/RadioLibInterface.cpp index e24bd75c0..5861a01fc 100644 --- a/src/mesh/RadioLibInterface.cpp +++ b/src/mesh/RadioLibInterface.cpp @@ -347,13 +347,13 @@ QueueStatus RadioLibInterface::getQueueStatus() airTime->logAirtime(RX_ALL_LOG, xmitMsec); } else { const PacketHeader *h = (PacketHeader *)radiobuf; - // altered packed with "from == 0" can do Remote Node Administration without permission + rxGood++; + // altered packet with "from == 0" can do Remote Node Administration without permission if (h->from == 0) { LOG_WARN("ignoring received packet without sender\n"); return; } - rxGood++; - + // Note: we deliver _all_ packets to our router (i.e. our interface is intentionally promiscuous). // This allows the router and other apps on our node to sniff packets (usually routing) between other // nodes.