fix(protocol): increase per-stream flow control windows and remove adaptive read caps

This commit is contained in:
2026-03-17 22:46:55 +00:00
parent 0b8420aac9
commit 124df129ec
5 changed files with 38 additions and 74 deletions

View File

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