libp2p
Version:
JavaScript implementation of libp2p, a modular peer to peer network stack
10 lines • 414 B
TypeScript
export * from './constants.defaults.ts';
/**
* @see https://libp2p.github.io/js-libp2p/interfaces/libp2p.index.ConnectionManagerInit.html#maxConnections
*/
export declare const MAX_CONNECTIONS = 100;
/**
* @see https://libp2p.github.io/js-libp2p/interfaces/libp2p.index.ConnectionManagerInit.html#maxParallelDials
*/
export declare const MAX_PARALLEL_DIALS = 50;
//# sourceMappingURL=constants.browser.d.ts.map