mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-06 08:25:57 -04:00
Improved malformed packet detection
This commit is contained in:
parent
4253175627
commit
fdaa58a6fa
3 changed files with 28 additions and 20 deletions
|
@ -765,7 +765,7 @@ class Link:
|
|||
return plaintext
|
||||
except Exception as e:
|
||||
RNS.log("Decryption failed on link "+str(self)+". The contained exception was: "+str(e), RNS.LOG_ERROR)
|
||||
RNS.log(traceback.format_exc(), RNS.LOG_ERROR)
|
||||
# RNS.log(traceback.format_exc(), RNS.LOG_ERROR)
|
||||
# TODO: Think long about implications here
|
||||
# self.teardown()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue