mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* added getTransmitDelay(), applied to Flood mode retransmissions.
This commit is contained in:
parent
d06532d6f1
commit
8983584dd8
4 changed files with 20 additions and 5 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue