fix(remoteingress-core): improve stream flow control retries and increase channel buffer capacity

This commit is contained in:
2026-03-15 18:16:10 +00:00
parent f456b0ba4f
commit 6ac4b37532
4 changed files with 19 additions and 11 deletions

View File

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