fix(protocol): increase per-stream flow control window and channel buffers to improve high-RTT throughput

This commit is contained in:
2026-03-15 17:52:45 +00:00
parent 207b4a5cec
commit 69530f73aa
5 changed files with 12 additions and 5 deletions

View File

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