mirror of
https://github.com/jmcorgan/fips.git
synced 2026-08-09 08:14:42 +00:00
The expected_peer connection-row field read the peer identity off the leg; source it from the machine's own connection-state copy instead, matching the started_at/last_activity treatment. The machine carrier holds the same identity as the leg for every connection that appears in the view: outbound legs seed both from the dialed identity, and inbound legs never rest in the connections view (the machine takes the leg at promotion), so their machine copy is unobserved. The leg accessor stays for the crypto-extraction path and retry decisions. Byte-identical.