Persist QUIC fabric closed evictions

This commit is contained in:
2026-05-16 12:48:32 +03:00
parent 28c26a5103
commit 49bc003193
3 changed files with 49 additions and 0 deletions
@@ -418,6 +418,9 @@ stream id as well, so gateway status can compare TX and RX distribution under
browser/RDP load.
QUIC fabric transport snapshots expose the configured stream limit, saturated
connection count, and capacity pressure percentage next to stream limit rejects.
Closed cached QUIC connections discovered during snapshot generation now update
the transport's cumulative eviction counters, keeping successive heartbeats
consistent.
Endpoint ranking treats `capacity_limited` observations as a soft pressure
penalty instead of a hard recent failure, enabling load spreading without
marking the carrier unhealthy.