mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-08 07:10:15 +00:00
Increased per-hop timeout
This commit is contained in:
parent
80f3bfaece
commit
a1b75b9746
@ -117,7 +117,7 @@ class Reticulum:
|
|||||||
# from interface speed, but a better general approach would most
|
# from interface speed, but a better general approach would most
|
||||||
# probably be to let Reticulum somehow continously build a map of
|
# probably be to let Reticulum somehow continously build a map of
|
||||||
# per-hop latencies and use this map for the timeout calculation.
|
# per-hop latencies and use this map for the timeout calculation.
|
||||||
DEFAULT_PER_HOP_TIMEOUT = 5
|
DEFAULT_PER_HOP_TIMEOUT = 6
|
||||||
|
|
||||||
# Length of truncated hashes in bits.
|
# Length of truncated hashes in bits.
|
||||||
TRUNCATED_HASHLENGTH = 128
|
TRUNCATED_HASHLENGTH = 128
|
||||||
|
Loading…
Reference in New Issue
Block a user