fix(remoteingress-core): add tunnel write timeouts and scale initial stream windows by active stream count

This commit is contained in:
2026-03-17 00:39:57 +00:00
parent 1284bb5b73
commit b851bc7994
4 changed files with 43 additions and 13 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-17 - 4.7.2 - fix(remoteingress-core)
add tunnel write timeouts and scale initial stream windows by active stream count
- Wrap tunnel frame writes and flushes in a 30-second timeout on both edge and hub to detect stalled writers and trigger faster reconnect or cleanup.
- Compute each stream's initial send window from the current active stream count instead of using a fixed window to keep total in-flight data within the 32MB budget.
## 2026-03-17 - 4.7.1 - fix(remoteingress-core)
improve tunnel failure detection and reconnect handling