pub fn merge<'a>(
identities: &PeerRepeaterTable,
observations: impl IntoIterator<Item = &'a TransmitterObservation>,
now_ms: u64,
) -> Vec<MergedPeerRepeater>Expand description
Merge the identity table with the MAC’s transmitter observations.
Identity records come first and claim the observation whose router hint they start with; each remaining observation becomes a two-byte-hint entry. Signal figures come only from observations — an identity that arrived flooded crossed hops this node never heard, so its arrival says nothing about the link to the peer that owns it.