Implemented duplicate signalling on PN message download
This commit is contained in:
parent
d0f3385f75
commit
747ddbddd5
3 changed files with 15 additions and 6 deletions
|
|
@ -54,7 +54,7 @@ class LXMFPropagationAnnounceHandler:
|
|||
metadata = data[6]
|
||||
|
||||
if destination_hash in self.lxmrouter.static_peers:
|
||||
static_peer = self.lxmrouter.static_peers[destination_hash]
|
||||
static_peer = self.lxmrouter.peers[destination_hash]
|
||||
if not is_path_response or static_peer.last_heard == 0:
|
||||
self.lxmrouter.peer(destination_hash=destination_hash,
|
||||
timestamp=node_timebase,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue