Configure QUIC fabric stream limits

This commit is contained in:
2026-05-16 11:44:13 +03:00
parent ef458330aa
commit 0f7caf5bb4
11 changed files with 50 additions and 5 deletions
@@ -364,6 +364,10 @@ from holding unused peer connections indefinitely.
QUIC carrier connections now track active logical streams and enforce a
per-connection stream limit, exposing stream opens/closes and limit rejects in
transport telemetry.
The per-connection QUIC stream limit is configurable through
`RAP_VPN_FABRIC_QUIC_MAX_STREAMS_PER_CONN` /
`-vpn-fabric-quic-max-streams-per-conn` and propagated by host-agent install
profiles.
Deliverables: