package
0.17.0
Repository: https://github.com/ipfs/go-graphsync.git
Documentation: pkg.go.dev

# Functions

New creates a new PeerManager, given a context and a peerQueueFactory.
NewMessageManager generates a new manger for sending messages.

# Structs

PeerManager manages a pool of peers and sends messages to peers in the pool.
PeerMessageManager manages message queues for peers.

# Interfaces

No description provided by the author
PeerProcess is any process that provides services for a peer.
PeerQueue is a process that sends messages to a peer.

# Type aliases

PeerProcessFactory provides a function that will create a PeerQueue.
PeerQueueFactory provides a function that will create a PeerQueue.