рабочий вариант, но скороть 10 МБит
build / backend (push) Has been cancelled
build / node-agent (push) Has been cancelled
build / worker (push) Has been cancelled

This commit is contained in:
2026-05-22 21:46:49 +03:00
parent 469fa0e860
commit 20d361a886
280 changed files with 954890 additions and 18524 deletions
@@ -6,6 +6,10 @@ This document replaces the oversimplified rule "every node must keep 3
connections" with a stability model based on failure domains ("areas"),
multi-path reachability, and live peer memory.
It operates at the `Fabric Transport` layer. Services above the transport must
consume service channels and must not directly reason about peer topology. See
[FABRIC_SERVICE_OVER_TRANSPORT_MODEL.md](\\nas\\MST\\codex\\rdp-proxy\\docs\\architecture\\FABRIC_SERVICE_OVER_TRANSPORT_MODEL.md).
## 1. Why the old "3 connections" rule is not enough
A raw connection count is too weak as a resilience rule.
@@ -43,6 +47,9 @@ An area can be derived from:
The area label must be part of live node metadata and endpoint candidate
metadata.
For the current fleet, area assignment should be explicit operator metadata, not
an inference hidden only inside routing code.
## 3. Stability objective
Each node should maintain a working peer set with diversity, not just count.