Route VPN fabric sessions by endpoint candidates

This commit is contained in:
2026-05-16 10:45:31 +03:00
parent efce41f458
commit 3386a5e9b2
3 changed files with 132 additions and 12 deletions
@@ -310,6 +310,9 @@ server and requiring a `PING`/`PONG` round trip over `QUICFabricTransport`.
Nodes now advertise enabled QUIC fabric listeners as `direct_quic` fast-path
endpoint candidates, and endpoint ranking prefers QUIC over WebSocket/HTTPS
compatibility candidates for fabric sessions.
VPN fabric-session gateway transport now consumes ranked endpoint candidates,
so dataplane sessions can select QUIC fast-path candidates and fall back to
legacy peer endpoints when the control plane has not published candidates yet.
Deliverables: