mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-08 22:42:52 -04:00
Tied link teardown to resource cancellation
This commit is contained in:
parent
260f8bbaf1
commit
23ff873c63
3 changed files with 10 additions and 3 deletions
|
@ -123,7 +123,6 @@ class Destination:
|
|||
def incomingLinkRequest(self, data, packet):
|
||||
link = RNS.Link.validateRequest(self, data, packet)
|
||||
if link != None:
|
||||
RNS.log(str(self)+" accepted link request", RNS.LOG_DEBUG)
|
||||
self.links.append(link)
|
||||
|
||||
def createKeys(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue