libp2p
    Preparing search index...

    Interface PerfInit

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

    Properties

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

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

    65536