fix(remoteingress-core): add tunnel write timeouts and scale initial stream windows by active stream count

This commit is contained in:
2026-03-17 00:39:57 +00:00
parent 1284bb5b73
commit b851bc7994
4 changed files with 43 additions and 13 deletions

View File

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