mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-22 21:50:18 +00:00
Cleanup
This commit is contained in:
parent
3bbda5a4b4
commit
d169c3d9c1
@ -657,10 +657,6 @@ class Transport:
|
|||||||
packet = Transport.destination_table[destination_hash][6]
|
packet = Transport.destination_table[destination_hash][6]
|
||||||
received_from = Transport.destination_table[destination_hash][5]
|
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()
|
now = time.time()
|
||||||
retries = Transport.PATHFINDER_R
|
retries = Transport.PATHFINDER_R
|
||||||
local_rebroadcasts = 0
|
local_rebroadcasts = 0
|
||||||
|
Loading…
Reference in New Issue
Block a user