From d169c3d9c1bf91e7fac59617ec1d1cb97f1e0ce3 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 6 Mar 2020 22:48:07 +0100 Subject: [PATCH] Cleanup --- RNS/Transport.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/RNS/Transport.py b/RNS/Transport.py index 34d291b..0a7d4d6 100755 --- a/RNS/Transport.py +++ b/RNS/Transport.py @@ -657,10 +657,6 @@ class Transport: packet = Transport.destination_table[destination_hash][6] received_from = Transport.destination_table[destination_hash][5] - # Setting hops to 0xFF ensures announce is not rebroadcast by any local - # nodes, but requester will still see it and get a valid path - # TODO: Consider if there is a more elegant way to do this, or whether - # rebroadcasts should actually be allowed here now = time.time() retries = Transport.PATHFINDER_R local_rebroadcasts = 0