package
0.0.0-20190101045657-ce948763b909
Repository: https://github.com/ether1project/go-ipfs.git
Documentation: pkg.go.dev
# Functions
NewP2P creates new P2P struct.
# Structs
Listeners manages a group of Listener implementations, checking for conflicts and optionally dispatching connections.
P2P structure holds information on currently running streams/Listeners.
Stream holds information on active incoming and outgoing p2p streams.
StreamRegistry is a collection of active incoming and outgoing proto app streams.
# Interfaces
Listener listens for connections and proxies them to a target.