Interface DCUtRServiceInit

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

Properties

maxInboundStreams?: number

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

Default

1
maxOutboundStreams?: number

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

Default

1
retries?: number

How many times to retry the connection upgrade

Default

3
timeout?: number

How long we should wait for the connection upgrade to complete

Default

5000