every.channel: sanitized baseline

This commit is contained in:
every.channel 2026-02-15 16:17:27 -05:00
commit 897e556bea
No known key found for this signature in database
258 changed files with 74298 additions and 0 deletions

13
docs/IROH_NOTES.md Normal file
View file

@ -0,0 +1,13 @@
# iroh notes
## Recent highlights (from the iroh blog)
- iroh 0.96.0 focuses on QUIC multipaths on the road to 1.0.
- Custom transports (including Tor via `iroh-tor`) can be used to establish anonymous connections.
- Address lookup migration to a new DNS system (`N0Dns`) is underway.
## Implications for every.channel
- Multipath QUIC aligns with our resilience goals.
- Tor transport is a strong fit for anti-takedown posture.
- Endpoint discovery and DNS naming should be designed to tolerate evolution in irohs discovery infrastructure.