feat(remoteingress-core): add adaptive per-stream flow control based on active stream counts

This commit is contained in:
2026-03-16 19:37:06 +00:00
parent a808d4c9de
commit 0fdcdf566e
4 changed files with 50 additions and 11 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-16 - 4.6.0 - feat(remoteingress-core)
add adaptive per-stream flow control based on active stream counts
- Track active stream counts on edge and hub connections to size per-stream flow control windows dynamically.
- Cap WINDOW_UPDATE increments and read sizes to the adaptive window so bandwidth is shared more evenly across concurrent streams.
- Apply the adaptive logic to both upload and download paths on edge and hub stream handlers.
## 2026-03-16 - 4.5.12 - fix(remoteingress-core)
improve tunnel liveness handling and enable TCP keepalive for accepted client sockets