libp2p
    Preparing search index...

    Interface ByteStreamOpts

    interface ByteStreamOpts {
        maxBufferSize?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    maxBufferSize?: number

    Incoming bytes are buffered until read, this setting limits how many bytes will be buffered.

    4_194_304