From e9de01e10e86c2091cea3db5232c988729055565 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 12 Oct 2022 14:58:00 +0200 Subject: [PATCH] Added property default --- RNS/Interfaces/AutoInterface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RNS/Interfaces/AutoInterface.py b/RNS/Interfaces/AutoInterface.py index a2d5fa1..848c8e2 100644 --- a/RNS/Interfaces/AutoInterface.py +++ b/RNS/Interfaces/AutoInterface.py @@ -75,6 +75,7 @@ class AutoInterface(Interface): self.outbound_udp_socket = None + self.announce_rate_target = None self.announce_interval = AutoInterface.PEERING_TIMEOUT/6.0 self.peer_job_interval = AutoInterface.PEERING_TIMEOUT*1.1 self.peering_timeout = AutoInterface.PEERING_TIMEOUT