kubo/core/node
Steven Allen 1045a31e1d fix: use pre-defined relays for autorelay
Unfortunately, we don't currently have any way to pick out good relays from bad.
That means we keep searching, trying bad relays, searching some more, trying
_the same relays_, etc. until we randomly find 3 good stable relays. In
practice, this means we just keep searching forever and keep thrashing the DHT.

see https://github.com/libp2p/go-libp2p/issues/694
2020-01-17 16:08:59 -08:00
..
helpers constructor: move libp2p related stuff to subpackage 2019-04-23 13:30:25 +02:00
libp2p fix: use pre-defined relays for autorelay 2020-01-17 16:08:59 -08:00
builder.go chore: fix linter nits 2019-05-14 09:38:26 -07:00
core.go move reprovider out of exchange directory 2019-04-23 20:13:29 +02:00
groups.go fix: close peerstore on stop 2020-01-17 12:23:12 -08:00
helpers.go core: fix autonat construction 2019-05-01 15:21:29 -07:00
identity.go Invert constructor config handling 2019-04-29 23:37:37 +02:00
ipns.go Invert constructor config handling 2019-04-29 23:37:37 +02:00
provider.go Invert constructor config handling 2019-04-29 23:37:37 +02:00
storage.go chore: fix linter nits 2019-05-14 09:38:26 -07:00