mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 13:50:14 +00:00
Don't send rediscovery requests on local originator
This commit is contained in:
parent
b161650ced
commit
237a45b2ca
@ -334,7 +334,8 @@ class Transport:
|
|||||||
if time.time() - last_path_request > Transport.PATH_REQUEST_MI:
|
if time.time() - last_path_request > Transport.PATH_REQUEST_MI:
|
||||||
RNS.log("Trying to rediscover path for "+RNS.prettyhexrep(link.destination.hash)+" since an attempted link was never established", RNS.LOG_DEBUG)
|
RNS.log("Trying to rediscover path for "+RNS.prettyhexrep(link.destination.hash)+" since an attempted link was never established", RNS.LOG_DEBUG)
|
||||||
if not link.destination.hash in path_requests:
|
if not link.destination.hash in path_requests:
|
||||||
path_requests[link.destination.hash] = None
|
blocked_if = link_entry[4]
|
||||||
|
path_requests[link.destination.hash] = blocked_if
|
||||||
|
|
||||||
Transport.pending_links.remove(link)
|
Transport.pending_links.remove(link)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user