Skip to content
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.

[DEPRECATED] An interface for libp2p connection objects

License

Notifications You must be signed in to change notification settings

libp2p/go-libp2p-interface-conn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[DEPRECATED] go-libp2p-interface-conn

This package has been deprecated and is no loner used by go-libp2p. Libp2p used to build up connections as follows:

  1. go "net" conn
  2. multiaddr conn -- net conn with multiaddrs
  3. go-libp2p-transport conn -- multiaddr conns with associated transports
  4. this package -- secured, multiplexed connections
  5. 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.

Table of Contents

Install

make install

Contribute

PRs are welcome!

Small note: If editing the Readme, please conform to the standard-readme specification.

License

MIT © Jeromy Johnson

About

[DEPRECATED] An interface for libp2p connection objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published