From 303630566262f0c9b5e7a852f69b3acd77afc3c9 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 11 Dec 2024 22:17:58 +0100 Subject: [PATCH] Cleanup --- RNS/Transport.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RNS/Transport.py b/RNS/Transport.py index 9878e99..10ff5ee 100755 --- a/RNS/Transport.py +++ b/RNS/Transport.py @@ -103,9 +103,9 @@ class Transport: path_requests = {} # A table for storing path request timestamps path_states = {} # A table for keeping track of path states - discovery_path_requests = {} # A table for keeping track of path requests on behalf of other nodes - discovery_pr_tags = [] # A table for keeping track of tagged path requests - max_pr_tags = 32000 # Maximum amount of unique path request tags to remember + discovery_path_requests = {} # A table for keeping track of path requests on behalf of other nodes + discovery_pr_tags = [] # A table for keeping track of tagged path requests + max_pr_tags = 32000 # Maximum amount of unique path request tags to remember # Transport control destinations are used # for control purposes like path requests