UNPKG

@chainsafe/libp2p-yamux

Version:
12 lines 368 B
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