Fixed interface detachment on TCP initiator interfaces

This commit is contained in:
Mark Qvist 2021-10-08 17:06:00 +02:00
parent de800f0ea7
commit 60917f0eea
3 changed files with 11 additions and 3 deletions

View file

@ -182,7 +182,7 @@ class Link:
self.start_watchdog()
self.packet.send()
self.had_outbound()
RNS.log("Link request "+RNS.prettyhexrep(self.link_id)+" sent to "+str(self.destination), RNS.LOG_VERBOSE)
RNS.log("Link request "+RNS.prettyhexrep(self.link_id)+" sent to "+str(self.destination), RNS.LOG_DEBUG)
def load_peer(self, peer_pub_bytes, peer_sig_pub_bytes):