libp2p
    Preparing search index...

    Interface FetchInit

    interface FetchInit {
        maxInboundStreams?: number;
        maxOutboundStreams?: number;
        protocolPrefix?: string;
        timeout?: number;
    }
    Index

    Properties

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

    How long we should wait for a remote peer to send any data