libp2p
    Preparing search index...

    Interface AddressReachabilityChange

    interface AddressReachabilityChange {
        addr: Multiaddr;
        failure: number;
        success: number;
        type: AddressType;
    }
    Index
    addr: Multiaddr

    The address a probe result relates to

    failure: number

    How many peers have failed to dial this address so far this round

    success: number

    How many peers have successfully dialled this address so far this round

    The type of address being probed (e.g. observed or transport)