From a4b6a64611ed00d8c135e1c5b4f32b4a091fdb73 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 10 Apr 2025 13:26:44 +0200 Subject: [PATCH] Fixed typo --- RNS/Transport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Transport.py b/RNS/Transport.py index 0cb44a85..244932f8 100755 --- a/RNS/Transport.py +++ b/RNS/Transport.py @@ -66,7 +66,7 @@ class Transport: # various situations LOCAL_REBROADCASTS_MAX = 2 # How many local rebroadcasts of an announce is allowed - PATH_REQUEST_TIMEOUT = 15 # Default timuout for client path requests in seconds + PATH_REQUEST_TIMEOUT = 15 # Default timeout for client path requests in seconds PATH_REQUEST_GRACE = 0.4 # Grace time before a path announcement is made, allows directly reachable peers to respond first PATH_REQUEST_RG = 1.5 # Extra grace time for roaming-mode interfaces to allow more suitable peers to respond first PATH_REQUEST_MI = 20 # Minimum interval in seconds for automated path requests