Package Exports
- libp2p-tcp
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (libp2p-tcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
js-libp2p-tcp
[
](https://travis-ci.org/diasdavid/js-libp2p-tcp)
Node.js implementation of the TCP module that libp2p uses, which implements the abstract-connection interface for dial/listen.
note: libp2p-tcp in Node.js is a very thin shim that adds the support to dial to a multiaddr
. This small shim will enable libp2p to use other different transports.