Interface PerfInit

interface PerfInit {
    maxInboundStreams?: number;
    maxOutboundStreams?: number;
    protocolName?: string;
    runOnLimitedConnection?: boolean;
    writeBlockSize?: number;
}

Properties

maxInboundStreams?: number
maxOutboundStreams?: number
protocolName?: string
runOnLimitedConnection?: boolean
writeBlockSize?: number

Data sent/received will be sent in chunks of this size

Default

65536