mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-06 08:25:57 -04:00
File transfer example
This commit is contained in:
parent
8aa2f8613a
commit
aa9d0876d7
3 changed files with 4 additions and 2 deletions
|
@ -29,7 +29,7 @@ class Link:
|
|||
# TODO: This should not be hardcoded,
|
||||
# but calculated from something like
|
||||
# first-hop RTT latency and distance
|
||||
DEFAULT_TIMEOUT = 5
|
||||
DEFAULT_TIMEOUT = 10.0
|
||||
TIMEOUT_FACTOR = 5
|
||||
KEEPALIVE = 120
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue