You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Pong handler in the control loop now calls
registry.update_latency() directly instead of forwarding RTT
measurements through a dedicated mpsc channel. This removes 4 channel
pair creations (one per transport impl), the latency_rx field from
ConnectResult/AcceptResult, and the latency_rx parameter from
spawn_heartbeat.
The peer name for registry lookups is extracted from the Handshake
message — on the server side at construction, on the client side when
the first Handshake arrives through the control stream. QuicClient and
WsClient gain a peer_registry field that daemon modes set before
calling connect().
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments