Implemented on-network global interface discovery

This commit is contained in:
Mark Qvist
2025-12-31 01:07:08 +01:00
parent 8743388263
commit 9d36ff48dd
9 changed files with 297 additions and 10 deletions

View File

@@ -127,6 +127,7 @@ class BackboneInterface(Interface):
self.detached = False
self.mode = RNS.Interfaces.Interface.Interface.MODE_FULL
self.spawned_interfaces = []
self.supports_discovery = True
if bindport == None:
raise SystemError(f"No TCP port configured for interface \"{name}\"")