mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-06 21:44:58 -04:00
Fixed redundant rediscovery path request
This commit is contained in:
parent
2ea963ed03
commit
873f049e20
4 changed files with 22 additions and 9 deletions
|
@ -119,7 +119,7 @@ class Reticulum:
|
|||
|
||||
# TODO: Let Reticulum somehow continously build a map of per-hop
|
||||
# latencies and use this map for global timeout calculation.
|
||||
DEFAULT_PER_HOP_TIMEOUT = 4
|
||||
DEFAULT_PER_HOP_TIMEOUT = 6
|
||||
|
||||
# Length of truncated hashes in bits.
|
||||
TRUNCATED_HASHLENGTH = 128
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue