Implement rebroadcast mode NONE (#5040)

* Implement rebroadcast mode none

* Correct debug message
This commit is contained in:
Ben Meadors
2024-10-12 06:17:44 -05:00
committed by GitHub
parent 37448205b5
commit fb9f361052
4 changed files with 28 additions and 2 deletions

View File

@@ -29,6 +29,8 @@
class FloodingRouter : public Router, protected PacketHistory
{
private:
bool isRebroadcaster();
public:
/**
* Constructor