@@ -516,21 +516,22 @@ mtproxymax telegram remove # Remove bot completely
516516- ** ` --no-restart ` flag** — ` secret add/remove/add-batch/remove-batch --no-restart ` for scripting and automation
517517- ** TUI options** — Interactive menu options [ 6] and [ 7] for batch operations
518518
519- ### v1.0.0 — Engine v3.3.18
519+ ### v1.0.0 — Engine v3.3.22
520520
521- ** Engine Upgrade (v3.3.3 → v3.3.18 ):**
521+ ** Engine Upgrade (v3.3.3 → v3.3.22 ):**
522522
523- - ** Event-Driven ME** — Pool switches from busy-polling to event-driven, reducing CPU usage on idle/low-traffic servers
523+ - ** Adaptive Buffers** — Dynamic buffer sizing: less RAM at low load, more throughput at high load
524+ - ** Session Eviction** — Smarter cleanup of idle/dead connections under memory pressure
525+ - ** Flow Performance** — 3x faster D2C flush (1500μs → 500μs) + immediate ACK flushing for lower latency
526+ - ** Tighter Timeouts** — Keepalive 60s → 15s, ACK 300s → 90s for faster dead-connection cleanup
527+ - ** Hot-Reload Fixes** — More reliable config reload without restart
528+ - ** Configurable max_connections** — New option to cap total connections (default: 10000)
529+ - ** Event-Driven ME** — Pool switches from busy-polling to event-driven, reducing CPU on idle servers
524530- ** CPU/RAM Hot-Path Optimization** — Removed hot-path obstacles for lower resource usage under load
525- - ** Hot-Reload Debounce** — Config reload requires 2 stable snapshots, preventing partial-write races during secret changes
526- - ** ME Writer Rebinding** — Lifecycle and consistency fixes: proper cleanup of stale writers, faster recovery after drops
527- - ** Source-IP ME Routing** — Routing decisions now factor in source IP for better multi-homed server support
528- - ** ME Gate Fixes** — Dead writer bindings cleaned up immediately instead of silently wasting resources
529- - ** ME Writer Selection** — Smarter active-by-endpoint writer picking for better DC routing
530- - ** DC-to-Client Tuning** — Fine-tuned data path from datacenter to client connections
531+ - ** ME Writer Rebinding** — Lifecycle fixes: proper cleanup of stale writers, faster recovery after drops
532+ - ** Source-IP ME Routing** — Routing decisions factor in source IP for multi-homed servers
531533- ** ME/DC Reroute** — Dynamic rerouting when preferred datacenter path degrades
532534- ** Per-Upstream Runtime Selftest** — Built-in diagnostics for upstream connectivity
533- - ** PROXY Real IP in Logs** — Real client IP now visible in PROXY protocol logs
534535
535536### v1.0.0 — Per-User Limits + Telegram Bot
536537
0 commit comments