mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-23 06:51:08 -04:00
Cleanup
This commit is contained in:
parent
9bc957e442
commit
7f2154110c
2 changed files with 9 additions and 2 deletions
|
@ -900,6 +900,11 @@ class Link:
|
|||
if not packet.packet_hash in resource.req_hashlist:
|
||||
resource.req_hashlist.append(packet.packet_hash)
|
||||
resource.request(plaintext)
|
||||
|
||||
# TODO: Test and possibly enable this at some point
|
||||
# def request_job():
|
||||
# resource.request(plaintext)
|
||||
# threading.Thread(target=request_job, daemon=True).start()
|
||||
|
||||
elif packet.context == RNS.Packet.RESOURCE_HMU:
|
||||
plaintext = self.decrypt(packet.data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue