From ee90605b3048bff6ba78eb9e8fe5a2f92469fba4 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 7 Apr 2022 19:00:07 +0200 Subject: [PATCH] Tweaked decay constant --- RNS/Transport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Transport.py b/RNS/Transport.py index 7588733..22fed75 100755 --- a/RNS/Transport.py +++ b/RNS/Transport.py @@ -52,7 +52,7 @@ class Transport: """ Maximum amount of hops that Reticulum will transport a packet. """ - PATHFINDER_C = 2.0 # Decay constant + PATHFINDER_C = 1.8 # Decay constant PATHFINDER_R = 1 # Retransmit retries PATHFINDER_T = 10 # Retry grace period PATHFINDER_RW = 10 # Random window for announce rebroadcast