libp2p
    Preparing search index...

    Interface DCUtRServiceInit

    interface DCUtRServiceInit {
        maxInboundStreams?: number;
        maxOutboundStreams?: number;
        retries?: number;
        timeout?: number;
    }
    Index

    Properties

    maxInboundStreams?: number

    How many simultaneous inbound DCUtR protocol streams to allow on each connection

    1
    
    maxOutboundStreams?: number

    How many simultaneous outbound DCUtR protocol streams to allow on each connection

    1
    
    retries?: number

    How many times to retry the connection upgrade

    3
    
    timeout?: number

    How long we should wait for the connection upgrade to complete

    5000