pub fn gossip_direct<Peer>(
    _: (&mut Peer, TimeQuantum),
    _: (&mut Peer, TimeQuantum)
) -> Result<TestNodeGossipRoundInfo, GossipError>where
    Peer: HostAccessTest,
Expand description

Quick ’n dirty simulation of a gossip round. Mutates both nodes as if they were exchanging gossip messages, without the rigmarole of a real protocol