kubo/routing/dht
Juan Batiz-Benet d0432f9e75 dht: removing addrs sanity check
About to allow dht to start without local addresses. this is
so that we can initialize the dht and sign it up to listen
on the muxer, before our node starts accepting incoming connections.
otherwise, we lose some (we're observing this happening already).

I looked through the dht's use of the peerstore, and the check here
doesnt seem to be as important as the panic implies. I believe the
panic was used for debugging weird "dont have any address" conditions
we had earlier.
2015-01-30 20:37:52 -08:00
..
pb dropped down log.Errors 2015-01-26 19:13:44 -08:00
dht_bootstrap.go dropped down log.Errors 2015-01-26 19:13:44 -08:00
dht_logger.go go-vet friendly codebase 2014-10-25 03:46:39 -07:00
dht_net.go dropped down log.Errors 2015-01-26 19:13:44 -08:00
dht_test.go dropped down log.Errors 2015-01-26 19:13:44 -08:00
dht.go dht: removing addrs sanity check 2015-01-30 20:37:52 -08:00
diag.go introducing p2p pkg 2015-01-02 08:46:45 -08:00
ext_test.go dht/query: err return NotFound case 2015-01-23 02:08:29 -08:00
handlers.go dropped down log.Errors 2015-01-26 19:13:44 -08:00
lookup.go dropped down log.Errors 2015-01-26 19:13:44 -08:00
notif.go p2p/net: notify on listens 2015-01-30 20:37:52 -08:00
providers_test.go introducing p2p pkg 2015-01-02 08:46:45 -08:00
providers.go introducing p2p pkg 2015-01-02 08:46:45 -08:00
query.go log(dht): remove lots of query debug logs 2015-01-30 06:57:41 -08:00
records.go dropped down log.Errors 2015-01-26 19:13:44 -08:00
routing.go dropped down log.Errors 2015-01-26 19:13:44 -08:00
util.go rewrite sendWantlistToProviders 2014-12-17 23:44:40 -08:00