mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-03-15 07:00:50 +00:00
* feat: limit protocol streams per-connection Uses the `maxInboundStreams` and `maxOutboundStreams` of the `registrar.handle` opts to limit the number of concurrent streams open on each connection on a per-protocol basis. Both values default to 1 so some tuning will be necessary to set appropriate values for some protocols. * chore: make error codes consistent * chore: fix up examples
48 lines
724 B
Plaintext
48 lines
724 B
Plaintext
docs
|
|
**/node_modules/
|
|
**/*.log
|
|
test/repo-tests*
|
|
**/bundle.js
|
|
.cache
|
|
.parcel-cache
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
.coverage
|
|
.nyc_output
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
build
|
|
|
|
# Dependency directory
|
|
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
|
|
node_modules
|
|
|
|
lib
|
|
dist
|
|
test/test-data/go-ipfs-repo/LOCK
|
|
test/test-data/go-ipfs-repo/LOG
|
|
test/test-data/go-ipfs-repo/LOG.old
|
|
|
|
# while testing npm5
|
|
package-lock.json
|
|
yarn.lock
|