We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ab9f7 commit d5a512cCopy full SHA for d5a512c
1 file changed
src/Mesh.cpp
@@ -27,7 +27,7 @@ uint8_t Mesh::getExtraAckTransmitCount() const {
27
}
28
29
uint32_t Mesh::getCADFailRetryDelay() const {
30
- return _rng->nextInt(1, 4)*120;
+ return _rng->nextInt(50, 501);
31
32
33
int Mesh::searchPeersByHash(const uint8_t* hash) {
0 commit comments