Skip to main content

anti_entropy

Function anti_entropy 

Source
pub fn anti_entropy<D, T>(
    transport: &mut T,
    from: u64,
    to: u64,
    local: &EventLog<D>,
    remote_version: &VersionVector,
) -> Result<(), TransportError>
where D: Clone, T: TransportAdapter<D>,