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
|
|
@ -91,6 +91,7 @@ class MyMesh : public mesh::Mesh, public CommonCLICallbacks {
|
|||
TransportKeyStore key_store;
|
||||
RegionMap region_map, temp_map;
|
||||
RegionEntry* load_stack[8];
|
||||
RegionEntry* recv_pkt_region;
|
||||
bool region_load_active;
|
||||
unsigned long dirty_contacts_expiry;
|
||||
#if MAX_NEIGHBOURS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue