* added getTransmitDelay(), applied to Flood mode retransmissions.

This commit is contained in:
Scott Powell 2025-01-13 20:45:01 +11:00
parent d06532d6f1
commit 8983584dd8
4 changed files with 20 additions and 5 deletions

View file

@ -144,7 +144,7 @@ protected:
return airtime_factor;
}
bool allowPacketForward(mesh::Packet* packet) override {
bool allowPacketForward(const mesh::Packet* packet) override {
uint8_t hash[MAX_HASH_SIZE];
packet->calculatePacketHash(hash);