Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Dec 11, 2024
1 parent ee603ce commit 3036305
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RNS/Transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3036305

Please sign in to comment.