libp2p
    Preparing search index...

    Interface EchoInit

    interface EchoInit {
        maxInboundStreams?: number;
        maxOutboundStreams?: number;
        protocolPrefix?: string;
        runOnLimitedConnection?: boolean;
    }
    Index

    Properties

    maxInboundStreams?: number
    maxOutboundStreams?: number
    protocolPrefix?: string
    runOnLimitedConnection?: boolean