Full DSR WIP

This commit is contained in:
geeksville
2020-06-03 12:49:36 -07:00
parent ed0f79b683
commit e522e47544
3 changed files with 100 additions and 0 deletions
+6
View File
@@ -71,4 +71,10 @@ class DSRRouter : public ReliableRouter
* Send a route error packet towards whoever originally sent this message
*/
void sendRouteError(const MeshPacket *p, RouteError err);
/** make a copy of p, start discovery, but only if we don't
* already a discovery in progress for that node number. Caller has already scheduled this message for retransmission
* when the discovery is complete.
*/
void startDiscovery(NodeNum dest);
};