Formatting and correct NUM_RETRANSMISSIONS

This commit is contained in:
GUVWAF
2024-11-11 13:01:02 +01:00
parent 3725319b4b
commit 42d17b3322
5 changed files with 22 additions and 19 deletions

View File

@@ -31,6 +31,4 @@ class ReliableRouter : public NextHopRouter
* We hook this method so we can see packets before FloodingRouter says they should be discarded
*/
virtual bool shouldFilterReceived(const meshtastic_MeshPacket *p) override;
constexpr static uint8_t NUM_RETRANSMISSIONS = 3;
};