reliable unicast 1 hop works!

This commit is contained in:
geeksville
2020-05-19 15:51:07 -07:00
parent c65b518432
commit 71041e8674
5 changed files with 19 additions and 13 deletions

View File

@@ -61,6 +61,8 @@ class PacketHistory
/**
* Update recentBroadcasts and return true if we have already seen this packet
*
* @param withUpdate if true and not found we add an entry to recentPackets
*/
bool wasSeenRecently(const MeshPacket *p);
bool wasSeenRecently(const MeshPacket *p, bool withUpdate = true);
};