Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: switch from IPFS_REUSEPORT to LIBP2P_TCP_REUSEPORT (#3955)
Browse files Browse the repository at this point in the history
The `LIBP2P_TCP_REUSEPORT` env var has been around in go-libp2p for a few years and they're now dropping support  for IPFS_REUSEPORT (libp2p/go-tcp-transport#104)

Co-authored-by: achingbrain <alex@achingbrain.net>
  • Loading branch information
aschmahmann and achingbrain committed Dec 3, 2021
1 parent 38c01be commit 9018432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"test:interface:client": "aegir test -f test/interface-client.js",
"test:interface:http-js": "aegir test -f test/interface-http-js.js",
"test:interface:http-go": "aegir test -f test/interface-http-go.js",
"test:interop": "cross-env DEBUG=$DEBUG IPFS_LOGGING=$IPFS_LOGGING IPFS_JS_EXEC=$PWD/src/cli.js IPFS_JS_MODULE=$PWD/dist IPFS_JS_HTTP_MODULE=$PWD/node_modules/ipfs-http-client IPFS_REUSEPORT=false ipfs-interop",
"test:interop": "cross-env DEBUG=$DEBUG IPFS_LOGGING=$IPFS_LOGGING IPFS_JS_EXEC=$PWD/src/cli.js IPFS_JS_MODULE=$PWD/dist IPFS_JS_HTTP_MODULE=$PWD/node_modules/ipfs-http-client LIBP2P_TCP_REUSEPORT=false ipfs-interop",
"test:external": "aegir test-dependant",
"clean": "rimraf ./dist",
"dep-check": "aegir dep-check -i ipfs-core-types -i @types/* -i npm-run-all -i copyfiles"
Expand Down

0 comments on commit 9018432

Please sign in to comment.