This package has been deprecated and is no loner used by go-libp2p. Libp2p used to build up connections as follows:
- go "net" conn
- multiaddr conn -- net conn with multiaddrs
- go-libp2p-transport conn -- multiaddr conns with associated transports
- this package -- secured, multiplexed connections
- go-libp2p-net conn -- connections associated with a Network (e.g., go-libp2p-swarm).
However, go-libp2p-transport connections are now fully secured and multiplexed so the interfaces in this package have been subsumed by those in go-libp2p-transport.
Interfaces to implement to create a connection object for use in libp2p.
make install
PRs are welcome!
Small note: If editing the Readme, please conform to the standard-readme specification.
MIT © Jeromy Johnson