fix(remoteingress-core): improve tunnel reconnect and frame write efficiency

This commit is contained in:
2026-03-16 09:44:31 +00:00
parent a08011d2da
commit ed52520d50
4 changed files with 31 additions and 20 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-03-16 - 4.5.7 - fix(remoteingress-core)
improve tunnel reconnect and frame write efficiency
- Reuse the TLS connector across edge reconnections to preserve session resumption state and reduce reconnect latency.
- Buffer hub and edge frame writes to coalesce small control and data frames into fewer TLS records and syscalls while still flushing each frame promptly.
## 2026-03-16 - 4.5.6 - fix(remoteingress-core)
disable Nagle's algorithm on edge, hub, and upstream TCP sockets to reduce control-frame latency