mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-02 06:36:14 -04:00
Adjusted link timings
This commit is contained in:
parent
24975eac31
commit
b161650ced
2 changed files with 2 additions and 2 deletions
|
@ -2068,7 +2068,7 @@ class Transport:
|
|||
def first_hop_timeout(destination_hash):
|
||||
latency = Transport.next_hop_per_byte_latency(destination_hash)
|
||||
if latency != None:
|
||||
return RNS.Reticulum.MTU * latency
|
||||
return RNS.Reticulum.MTU * latency + RNS.Reticulum.DEFAULT_PER_HOP_TIMEOUT
|
||||
else:
|
||||
return RNS.Reticulum.DEFAULT_PER_HOP_TIMEOUT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue