Browse Source

Merge 423c5dfe12 into c86e63d2f5

pull/1713/merge
Wessel 3 days ago
committed by GitHub
parent
commit
33d4021435
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      src/Mesh.cpp

2
src/Mesh.cpp

@ -27,7 +27,7 @@ uint8_t Mesh::getExtraAckTransmitCount() const {
}
uint32_t Mesh::getCADFailRetryDelay() const {
return _rng->nextInt(1, 4)*120;
return _rng->nextInt(50, 501);
}
int Mesh::searchPeersByHash(const uint8_t* hash) {

Loading…
Cancel
Save