Alexey
|
6ff29e43d3
|
Middle-End protocol hardening
- Secure framing / hot-path fix: enforced a single length + padding contract across the framing layer. Replaced legacy runtime `len % 4` recovery with strict validation to eliminate undefined behavior paths.
- ME RPC aligned with C reference contract: handshake now includes `flags + sender_pid + peer_pid`. Added negotiated CRC mode (CRC32 / CRC32C) and applied the negotiated mode consistently in read/write paths.
- Sequence fail-fast semantics: immediate connection termination on first sequence mismatch with dedicated counter increment.
- Keepalive reworked to RPC ping/pong: removed raw CBC keepalive frames. Introduced stale ping tracker with proper timeout accounting.
- Route/backpressure observability improvements: increased per-connection route queue to 4096. Added `RouteResult` with explicit failure reasons (NoConn, ChannelClosed, QueueFull) and per-reason counters.
- Direct-DC secure mode-gate relaxation: removed TLS/secure conflict in Direct-DC handshake path.
|
2026-02-23 02:28:00 +03:00 |
|
Alexey
|
35ae455e2b
|
ME Pool V2
Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
|
2026-02-19 13:35:56 +03:00 |
|
Alexey
|
df4494c37a
|
New reroute algo + flush() optimized + new IPV6 Parser
Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
|
2026-02-18 19:08:27 +03:00 |
|
Alexey
|
c03db683a5
|
Improved perf for ME
Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
|
2026-02-17 04:16:16 +03:00 |
|
Alexey
|
168fd59187
|
Fixed critical ME Problems
|
2026-02-17 03:40:39 +03:00 |
|
Andrey Akifev
|
dddf9f30dc
|
Fix HOL
|
2026-02-16 12:49:16 +07:00 |
|
Alexey
|
da108b2d8c
|
Middle Proxy läuft wie auf Schienen...
Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
|
2026-02-15 14:02:00 +03:00 |
|
Alexey
|
a8c3128c50
|
Middle Proxy Magics
Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
|
2026-02-14 01:51:10 +03:00 |
|
Alexey
|
70859aa5cf
|
Middle Proxy is so real
|
2026-02-14 01:36:14 +03:00 |
|