Map VPN packet batches to fabric frames

This commit is contained in:
2026-05-16 00:44:30 +03:00
parent aa09c10252
commit 5d1523ec4e
3 changed files with 296 additions and 0 deletions
@@ -270,6 +270,8 @@ existing route and test-service probes. Mesh client code now has a reusable
`FabricSessionClient` for multiple frame exchanges over one WebSocket session,
plus a pump mode with outbound/inbound queues for asynchronous stream traffic.
Live smoke verifies two `PING`/`PONG` round trips on the same connection.
`vpnruntime` has a binary VPN packet-batch mapper for `FrameData` payloads so
packet delivery can move away from JSON production envelopes in a gated mode.
Deliverables: