mirror of https://github.com/meshcore-dev/MeshCore
Browse Source
Implement a "seen packets" table to track packets that have already been processed by the serial bridge. This prevents packets from being re-transmitted over the serial link if they have already been seen, and it stops inbound packets from serial from being re-injected into the mesh if they are duplicates. Duplicate inbound packets are now freed to prevent memory leaks.pull/454/head
2 changed files with 13 additions and 5 deletions
Loading…
Reference in new issue