feat(remoteingress-core): add per-stream flow control for edge and hub tunnel data transfer

This commit is contained in:
2026-03-15 17:33:59 +00:00
parent cf2d32bfe7
commit 761551596b
5 changed files with 198 additions and 41 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/remoteingress',
version: '4.4.1',
version: '4.5.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.'
}