Files
MeshCore/src/helpers
Wessel Nieboer ffc9815e9a Fix packet pool leak when rx queue is full
PacketQueue::add() silently dropped packets when the queue was at
capacity. The packet pointer was lost — never enqueued, never returned
to the unused pool. Each occurrence permanently shrank the 32-packet
pool until allocNew() returned NULL and the node went deaf. Return bool
from add() and free the packet back to the pool on failure.
2026-02-17 23:54:33 +01:00
..
2025-12-02 10:31:24 +00:00
2026-02-15 11:25:27 +01:00
2025-06-25 11:00:24 +02:00
2026-02-06 02:24:51 +01:00
2026-02-06 02:24:51 +01:00
2025-06-30 03:46:18 +02:00