libp2p
    Preparing search index...

    Interface PingInit

    interface PingInit {
        maxInboundStreams?: number;
        maxOutboundStreams?: number;
        protocolPrefix?: string;
        runOnLimitedConnection?: boolean;
        timeout?: number;
    }
    Index

    Properties

    maxInboundStreams?: number
    maxOutboundStreams?: number
    protocolPrefix?: string
    runOnLimitedConnection?: boolean
    timeout?: number

    How long we should wait for a ping response