feat(remoteingress-core): add adaptive per-stream flow control based on active stream counts

This commit is contained in:
2026-03-16 19:37:06 +00:00
parent a808d4c9de
commit 0fdcdf566e
4 changed files with 50 additions and 11 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/remoteingress',
version: '4.5.12',
version: '4.6.0',
description: 'Edge ingress tunnel for DcRouter - accepts incoming TCP connections at network edge and tunnels them to DcRouter SmartProxy preserving client IP via PROXY protocol v1.'
}