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

@@ -880,6 +880,7 @@ class I2PInterface(Interface):
self.ifac_size = ifac_size
self.ifac_netname = ifac_netname
self.ifac_netkey = ifac_netkey
self.supports_discovery = True
self.online = False