want_ack flag added

This commit is contained in:
geeksville
2020-05-19 10:27:28 -07:00
parent 7aa47cf93b
commit cca4867987
9 changed files with 58 additions and 21 deletions

View File

@@ -30,10 +30,6 @@
class FloodingRouter : public Router, private PacketHistory
{
private:
/**
* Packets we've received that we need to resend after a short delay
*/
PointerQueue<MeshPacket> toResend;
public:
/**