diff --git a/docs/FEATURES.md b/docs/FEATURES.md index 92d34b1..556734d 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -102,7 +102,7 @@ covers internals). When you ship a feature, add it here. | iroh QUIC transport | โœ… | | | Network mode picker | โœ… | `RelayNoDiscovery` (default), `N0Full`, `DirectOnly`. Takes effect next join. | | Retained-address reconnect | โœ… | Dials last-known full addr before falling back to bare id. | -| Per-peer connection badge (direct/relay + RTT, hover for addr/loss/bitrate) | ๐Ÿงช | Peer-card badge fed by a 1 Hz poll of the live audio link's selected QUIC path (`connection_stats` โ†’ `core::connstats::derive`). Loopback-integration-tested; not field-tested on a real 2-machine call. | +| Per-peer connection badge (direct/relay + RTT, hover for addr/loss/bitrate) | โœ… | Peer-card badge fed by a 1 Hz poll of the live audio link's selected QUIC path (`connection_stats` โ†’ `core::connstats::derive`). Field-verified on a real 2-machine call 2026-07-08. | | Reconnect + eviction model | โœ… | Incl. two-outage reconnect-eviction fix + regression test. | | Self-hosted relay | โŒ | Decided against โ€” rely on n0 relays, `RelayNoDiscovery` default. |