mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* region filtering now applied in allowPacketForward()
This commit is contained in:
parent
82b4c1e6b0
commit
7419ed71f7
3 changed files with 16 additions and 8 deletions
|
|
@ -44,6 +44,7 @@ protected:
|
|||
DispatcherAction routeRecvPacket(Packet* packet);
|
||||
|
||||
/**
|
||||
* \brief Called _before_ the packet is dispatched to the on..Recv() methods.
|
||||
* \returns true, if given packet should be NOT be processed.
|
||||
*/
|
||||
virtual bool filterRecvFloodPacket(Packet* packet) { return false; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue