package
0.0.0-20230703214630-6d3db958c73d
Repository: https://github.com/onflow/go-bitswap.git
Documentation: pkg.go.dev

# Functions

New creates a new PeerManager, given a context and a peerQueueFactory.

# Structs

PeerManager manages a pool of peers and sends messages to peers in the pool.

# Interfaces

Gauge can be used to keep track of a metric that increases and decreases incrementally.
PeerQueue provides a queue of messages to be sent for a single peer.
No description provided by the author

# Type aliases

PeerQueueFactory provides a function that will create a PeerQueue.