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

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-15 - 4.5.1 - fix(protocol)
increase per-stream flow control window and channel buffers to improve high-RTT throughput
- raise the initial stream window from 256 KB to 4 MB to allow more in-flight data per stream
- increase edge and hub mpsc channel capacities from 16 to 128 to better absorb throughput under flow control
## 2026-03-15 - 4.5.0 - feat(remoteingress-core)
add per-stream flow control for edge and hub tunnel data transfer