Interface NodeConnectionOptions

interface NodeConnectionOptions {
    bufferSize?: number;
}

Properties

Properties

bufferSize?: number