@chainsafe/libp2p-yamux
Version:
Yamux stream multiplexer for libp2p
12 lines • 368 B
TypeScript
export declare const PROTOCOL_ERRORS: Set<string>;
/**
* INITIAL_STREAM_WINDOW is the initial stream window size.
*
* Not an implementation choice, this is defined in the specification
*/
export declare const INITIAL_STREAM_WINDOW: number;
/**
* Default max stream window
*/
export declare const MAX_STREAM_WINDOW: number;
//# sourceMappingURL=constants.d.ts.map