mirror of
https://github.com/libp2p/go-libp2p-peerstore.git
synced 2024-12-28 23:50:12 +08:00
an object to manage sets of peers, their addresses and other metadata
b99e11911a
* Completely free memory related to subscriptions when all subscribers go away. * Completely free peer address records when they all expire. * Don't copy the *entire* subscription array when unsubscribing from a peer address stream. |
||
---|---|---|
.gx | ||
addr | ||
queue | ||
test | ||
.gitignore | ||
.travis.yml | ||
addr_manager_test.go | ||
addr_manager.go | ||
codecov.yml | ||
LICENSE | ||
Makefile | ||
metrics_test.go | ||
metrics.go | ||
package.json | ||
peerinfo_test.go | ||
peerinfo.go | ||
peerstore_test.go | ||
peerstore.go | ||
README.md |
go-libp2p-peer
An object to manage peers, their addresses, and other metadata about them.
Install
go get github.com/libp2p/go-libp2p-peerstore
Usage
Check out the GoDocs.
Contribute
Feel free to join in. All welcome. Open an issue!
This repository falls under the IPFS Code of Conduct.
Want to hack on IPFS?
License
MIT