Interface EchoInit

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

Properties

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