From 6cf9288b11cad828fe4b77b692252f798e49213f Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 27 Apr 2022 13:19:48 +0200 Subject: [PATCH] Improved AutoInterface peering timeout --- RNS/Interfaces/AutoInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Interfaces/AutoInterface.py b/RNS/Interfaces/AutoInterface.py index 16427a9..fffdff6 100644 --- a/RNS/Interfaces/AutoInterface.py +++ b/RNS/Interfaces/AutoInterface.py @@ -72,7 +72,7 @@ class AutoInterface(Interface): self.outbound_udp_socket = None - self.announce_interval = AutoInterface.PEERING_TIMEOUT/5.0 + self.announce_interval = AutoInterface.PEERING_TIMEOUT/6.0 self.peer_job_interval = AutoInterface.PEERING_TIMEOUT*1.1 self.peering_timeout = AutoInterface.PEERING_TIMEOUT self.multicast_echo_timeout = AutoInterface.PEERING_TIMEOUT/2