Skip to content

Commit

Permalink
Improved message transfer feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Mar 19, 2024
1 parent d2b2ef5 commit 27ffea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LXMF/LXMRouter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ def process_outbound(self, sender = None):
RNS.log("No path known for delivery attempt "+str(lxmessage.delivery_attempts)+" to "+RNS.prettyhexrep(lxmessage.get_destination().hash)+". Requesting path...", RNS.LOG_DEBUG)
RNS.Transport.request_path(lxmessage.get_destination().hash)
lxmessage.next_delivery_attempt = time.time() + LXMRouter.PATH_REQUEST_WAIT
lxmessage.progress = 0.01
lxmessage.progress = 0.00
else:
RNS.log("Max delivery attempts reached for direct "+str(lxmessage)+" to "+RNS.prettyhexrep(lxmessage.get_destination().hash), RNS.LOG_DEBUG)
self.fail_message(lxmessage)
Expand Down

0 comments on commit 27ffea3

Please sign in to comment.