feat: add provider ssh tcp data pool

This commit is contained in:
Codex
2026-06-07 02:02:38 +00:00
parent d4b7fc95f9
commit fe1b91dcbd
32 changed files with 988 additions and 350 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
- src/performance.rs (Request/operation performance sampling and database size reporting)
- src/provider_registry.rs (Provider WebSocket lifecycle: register, heartbeat, status, disconnect)
- src/task_dispatcher.rs (Task creation, dispatch to providers, wait-for-result)
- src/ssh_bridge.rs (SSH session bridging over provider WebSocket)
- src/ssh_bridge.rs (SSH control bridge and TCP pool data-channel dispatch)
- src/egress_tcp.rs (Egress TCP proxy for provider outbound connections)
- src/scheduler.rs (Scheduled task system: cron-like recurring tasks)
- src/microservice_proxy.rs (Microservice routing, HTTP proxy, health aggregation)