mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
discover.neighbors sends a tagged repeater discovery request and only accepts matching repeater responses
This commit is contained in:
parent
e8785dd9b0
commit
87c78a98bd
2 changed files with 20 additions and 3 deletions
|
|
@ -97,6 +97,8 @@ class MyMesh : public mesh::Mesh, public CommonCLICallbacks {
|
|||
RegionEntry* load_stack[8];
|
||||
RegionEntry* recv_pkt_region;
|
||||
RateLimiter discover_limiter, anon_limiter;
|
||||
uint32_t pending_discover_tag;
|
||||
unsigned long pending_discover_until;
|
||||
bool region_load_active;
|
||||
unsigned long dirty_contacts_expiry;
|
||||
#if MAX_NEIGHBOURS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue