an object to manage sets of peers, their addresses and other metadata
Go to file
Jeromy f759b0e611 Add SetProtocols method to peerstore
This allows us to overwrite known protocols and remove potentially
unwanted ones during a full knowledge update. The current AddProtocol
just appends to the existing set.
2016-11-17 15:49:21 -08:00
.gx gx publish 1.3.0 2016-10-04 18:43:44 -07:00
addr gx publish 1.3.0 2016-10-04 18:43:44 -07:00
queue gx publish 1.3.0 2016-10-04 18:43:44 -07:00
test gx publish 1.3.0 2016-10-04 18:43:44 -07:00
.gitignore update travis.yml for coveralls 2016-08-19 15:01:56 -07:00
.travis.yml fix CI, vet, and annoying types 2016-10-04 18:01:51 -07:00
addr_manager_test.go gx publish 1.3.0 2016-10-04 18:43:44 -07:00
addr_manager.go gx publish 1.3.0 2016-10-04 18:43:44 -07:00
LICENSE Add license and readme 2016-04-15 20:21:56 -07:00
Makefile fix CI, vet, and annoying types 2016-10-04 18:01:51 -07:00
metrics_test.go gx publish 1.3.0 2016-10-04 18:43:44 -07:00
metrics.go gx publish 1.3.0 2016-10-04 18:43:44 -07:00
package.json gx publish 1.3.0 2016-10-04 18:43:44 -07:00
peerinfo_test.go gx publish 1.3.0 2016-10-04 18:43:44 -07:00
peerinfo.go gx publish 1.3.0 2016-10-04 18:43:44 -07:00
peerstore_test.go Add SetProtocols method to peerstore 2016-11-17 15:49:21 -08:00
peerstore.go Add SetProtocols method to peerstore 2016-11-17 15:49:21 -08:00
README.md update readme 2016-10-04 18:06:37 -07:00

go-libp2p-peer

GoDoc Coverage Status Build Status

An object to manage peers, their addresses, and other metadata about them.

License

MIT