Prune idle QUIC fabric connections

This commit is contained in:
2026-05-16 11:33:48 +03:00
parent 39a5e01a7b
commit 650b309686
3 changed files with 94 additions and 20 deletions
@@ -359,6 +359,8 @@ running the health-aware peer selection path.
VPN fabric QUIC transport now reuses QUIC connections per peer endpoint and
opens logical fabric-session streams on top, with heartbeat telemetry for QUIC
connection opens, reuses, evictions, and active count.
Cached QUIC connections are pruned by idle TTL, preventing long-running agents
from holding unused peer connections indefinitely.
Deliverables: