mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* repeater and room server: login password now using strcmp(), new 'set direct.txdelay ..' config
This commit is contained in:
parent
d81bbe56a0
commit
c4cc3dd1ec
4 changed files with 45 additions and 7 deletions
|
|
@ -74,6 +74,11 @@ protected:
|
|||
*/
|
||||
virtual uint32_t getRetransmitDelay(const Packet* packet);
|
||||
|
||||
/**
|
||||
* \returns number of milliseconds delay to apply to retransmitting the given packet, for DIRECT mode.
|
||||
*/
|
||||
virtual uint32_t getDirectRetransmitDelay(const Packet* packet);
|
||||
|
||||
/**
|
||||
* \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