Improved transport tunnel handling. Improved memory consumption. Fixed disk I/O bound thread execution time starvation on cache management jobs.

This commit is contained in:
Mark Qvist
2026-04-17 00:07:07 +02:00
parent c77548d299
commit c6778e4e29
4 changed files with 93 additions and 46 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ class Packet:
if RNS.Transport.outbound(self): return self.receipt
else:
RNS.log("No interfaces could process the outbound packet", RNS.LOG_WARNING)
RNS.log("No interfaces could process the outbound packet", RNS.LOG_DEBUG)
self.sent = False
self.receipt = None
return False