REALLY IMPORTANT: fix bug with retransmissions not happening

This commit is contained in:
Kevin Hester
2021-03-06 11:13:33 +08:00
parent 2c29e8b179
commit c88b9732eb
5 changed files with 44 additions and 16 deletions

View File

@@ -63,6 +63,11 @@ class Router : protected concurrency::OSThread
* @return our local nodenum */
NodeNum getNodeNum();
/** Wake up the router thread ASAP, because we just queued a message for it.
* FIXME, this is kinda a hack because we don't have a nice way yet to say 'wake us because we are 'blocked on this queue'
*/
void setReceivedMessage();
protected:
friend class RoutingPlugin;