storj/pkg/kademlia
Dylan Lott 7569b7d71b
Node lifecycle hooks (#920)
* wires up first draft of lifecycle methods

* creates interface on transport

* node lifecycle hooks works

* linter fixes

* adds error log at connection success

* chnages Observer interface to use context

* Makes Discovery take its own logger

* WIP

* linter fixes

* Test fixes

* adds in ConnFailure code for cache
2018-12-21 21:51:42 -07:00
..
config.go Add the ability for Kademlia to do a refresh for each bucket (#908) 2018-12-20 16:45:06 -05:00
kademlia_test.go Add the ability for Kademlia to do a refresh for each bucket (#908) 2018-12-20 16:45:06 -05:00
kademlia.go Node lifecycle hooks (#920) 2018-12-21 21:51:42 -07:00
lookup_test.go Faster tests (#834) 2018-12-12 16:05:47 +02:00
peer_discovery_test.go Fix queue implementation (#758) 2018-12-04 17:46:53 +02:00
peer_discovery.go Add the ability for Kademlia to do a refresh for each bucket (#908) 2018-12-20 16:45:06 -05:00
replacement_cache_test.go Fix import groupings (#739) 2018-11-30 15:40:13 +02:00
replacement_cache.go preparing for use of customtype gogo extension with NodeID type (#693) 2018-11-29 19:39:27 +01:00
routing_helpers_test.go datarepair: remove unneeded debug message (#839) 2018-12-12 17:39:16 +02:00
routing_helpers.go Add the ability for Kademlia to do a refresh for each bucket (#908) 2018-12-20 16:45:06 -05:00
routing_test.go Add the ability for Kademlia to do a refresh for each bucket (#908) 2018-12-20 16:45:06 -05:00
routing.go Node lifecycle hooks (#920) 2018-12-21 21:51:42 -07:00