mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* companion: fix for importContact(). Now removes the packet-hash from table, before 'replaying'
This commit is contained in:
parent
1680eb29aa
commit
b11f43987b
3 changed files with 26 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ public:
|
|||
class MeshTables {
|
||||
public:
|
||||
virtual bool hasSeen(const Packet* packet) = 0;
|
||||
virtual void clear(const Packet* packet) = 0; // remove this packet hash from table
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue