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

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-15 - 4.5.2 - fix(remoteingress-core)
improve stream flow control retries and increase channel buffer capacity
- increase per-stream mpsc channel capacity from 128 to 256 on both edge and hub paths
- only reset accumulated window update bytes after a successful try_send to avoid dropping flow-control credits when the update channel is busy
## 2026-03-15 - 4.5.1 - fix(protocol)
increase per-stream flow control window and channel buffers to improve high-RTT throughput