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
@@ -142,7 +142,7 @@ Messages with non-matching `id` are ignored on the client pending map. Server `c
Recommended order: Hyperswarm connect → optional handshake → **RPCServer.handleConnection** / **RPCClient** on the encrypted duplex.
See [`../_shared/WAVE6_NETWORK_STACK.md`](../../_shared/WAVE6_NETWORK_STACK.md) — `protocol-handshake` pairs with `rpc` at session layer.
See [`../_shared/NETWORK_STACK_LAYERS.md`](../../_shared/NETWORK_STACK_LAYERS.md) — `protocol-handshake` pairs with `rpc` at session layer.
## Design constraints