* region filtering now applied in allowPacketForward()

This commit is contained in:
Scott Powell 2025-11-06 12:27:25 +11:00
parent 82b4c1e6b0
commit 7419ed71f7
3 changed files with 16 additions and 8 deletions

View file

@ -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; }