Add QUIC fabric listener

This commit is contained in:
2026-05-16 10:24:37 +03:00
parent d3e5d540bb
commit f84b088580
3 changed files with 197 additions and 0 deletions
@@ -299,6 +299,8 @@ binary `fabricproto` frames over a QUIC stream, with local smoke coverage for
`PING`/`PONG` and DATA/ACK.
Carrier selection understands QUIC transport labels and `quic://host:port`
endpoints while preserving WebSocket as the default fallback.
`QUICFabricServer` provides the matching node-side QUIC listener for accepting
fabric streams and running the same session frame handler as other carriers.
Deliverables: