This commit is contained in:
Raven Scott
2026-05-21 00:07:44 -04:00
parent 226fca591d
commit be9acb7268
207 changed files with 295 additions and 450 deletions
@@ -123,11 +123,11 @@ Full wire envelope:
|-------------|--------------|
| `hyper-p2p-rpc` | App RPC over established SecretStream / swarm sockets; presence supplies who is online and metadata |
| `hyper-p2p-capabilities` | Tokens and delegation layered on identified peers |
| `hyper-p2p-link-probe` | RTT matrix; pairs with presence for anycast (see Wave 6 stack) |
| `hyper-p2p-link-probe` | RTT matrix; pairs with presence for anycast (see network stack) |
Typical stack: Hyperswarm underlay → **presence** (who is here) → `hyper-p2p-protocol-handshake` / **rpc** (what they speak).
See [`../_shared/WAVE6_NETWORK_STACK.md`](../../_shared/WAVE6_NETWORK_STACK.md) for Wave 6 layering (`link-probe` ↔ presence, connection-pool, overlay-topology).
See [`../_shared/NETWORK_STACK_LAYERS.md`](../../_shared/NETWORK_STACK_LAYERS.md) for network stack layering (`link-probe` ↔ presence, connection-pool, overlay-topology).
## Operational notes