mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* CommonCLI: new "multi.acks" config setting
This commit is contained in:
parent
3a0dfc1bf3
commit
6bc8dd28d4
6 changed files with 44 additions and 49 deletions
|
|
@ -59,6 +59,11 @@ protected:
|
|||
*/
|
||||
virtual uint32_t getDirectRetransmitDelay(const Packet* packet);
|
||||
|
||||
/**
|
||||
* \returns number of extra (Direct) ACK transmissions wanted.
|
||||
*/
|
||||
virtual uint8_t getExtraAckTransmitCount() const;
|
||||
|
||||
/**
|
||||
* \brief Perform search of local DB of peers/contacts.
|
||||
* \returns Number of peers with matching hash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue