Steven Allen fd3ea885ff feat: improve protocol interning
This used to specify a max size/count but that was only because this logic was
shared between all peerstores (including the on-disk one). Now that:

1. This only applies to the in-memory one.
2. We never actually GC these.

We can just intern indefinitely.
2019-05-27 14:35:05 -07:00
2018-09-07 12:43:27 +01:00
2019-04-23 00:59:28 -07:00
2018-09-02 12:10:55 +01:00
2016-08-19 15:01:56 -07:00
2016-04-15 20:21:56 -07:00
2018-09-02 12:10:55 +01:00

go-libp2p-peerstore

GoDoc Coverage Status Build Status Discourse posts

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


The last gx published version of this module was: 2.0.19: QmaCTz9RkrU13bm9kMB54f7atgqM4qkjDZpRwRoJiWXEqs

Description
an object to manage sets of peers, their addresses and other metadata
Readme MIT 1 MiB
Languages
Go 100%