kubo/routing/dht
Juan Batiz-Benet 4a5f5e2e2b reprovide: wait a minute before reproviding
Many times, a node will start up only to shut down immediately.
In these cases, reproviding is costly to both the node, and the
rest of the network. Also note: the probability of a node being
up another minute increases with uptime.

TODO: maybe this should be 5 * time.Minute
2015-01-23 05:25:32 -08:00
..
pb move generic packages to thirdparty (see thirdparty/README.md) 2015-01-18 14:04:45 -08:00
dht_bootstrap.go core: cleaned up bootstrap process 2015-01-23 05:25:31 -08:00
dht_logger.go go-vet friendly codebase 2014-10-25 03:46:39 -07:00
dht_net.go demote dht logs 2015-01-20 23:43:21 -08:00
dht_test.go reprovide: wait a minute before reproviding 2015-01-23 05:25:32 -08:00
dht.go routing/dht: periodic bootstrapping #572 2015-01-23 02:08:28 -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 addr-explosion mitigated adding 2015-01-16 11:38:46 -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 dht/query: err return NotFound case 2015-01-23 02:08:29 -08:00
records.go routing: record validation into record/ 2015-01-19 08:10:37 +00:00
routing.go dht: kick off all the queries wit every node in our rt 2015-01-23 02:08:29 -08:00
util.go rewrite sendWantlistToProviders 2014-12-17 23:44:40 -08:00