codex-storage / nim-codex

Decentralized Durability Engine
https://codex.storage
Apache License 2.0
69 stars 25 forks source link

Add support for Autonat #903

Open gmega opened 2 months ago

gmega commented 2 months ago

Autonat is needed if we want to have decentralized external address discovery and support for TCP/UDP hole punching. As detailed here, this entails:

  1. implementing service discovery for Autonat nodes (decentralized or not);
  2. actually enabling Autonat.

The hard part is (1). Once that's done, (2) should be trivial.