* companion: retransmit delays now hard-coded (only for client repeat mode)

This commit is contained in:
Scott Powell
2026-02-17 20:25:56 +11:00
parent 5de3e1bf32
commit 2e00298128
2 changed files with 11 additions and 0 deletions

View File

@@ -106,6 +106,8 @@ protected:
float getAirtimeBudgetFactor() const override;
int getInterferenceThreshold() const override;
int calcRxDelay(float score, uint32_t air_time) const override;
uint32_t getRetransmitDelay(const mesh::Packet *packet) override;
uint32_t getDirectRetransmitDelay(const mesh::Packet *packet) override;
uint8_t getExtraAckTransmitCount() const override;
bool filterRecvFloodPacket(mesh::Packet* packet) override;
bool allowPacketForward(const mesh::Packet* packet) override;