storj/pkg/kademlia
Jennifer Li Johnson 5f8142cdcc
Integrating on disk routing table with kademlia (#166)
* adds comment

* runs deps

* adds print statements for debugging add node bkad

* more print statements

* removes bkad from routing and integrates on disk routing table

tests failing :(

wip

* removes testbootstrap

* kademlia_test not working

* adds kad tests back in

* Adds skips for tests broken due to wip kademlia
2018-08-09 15:20:39 -04:00
..
bucket_test.go Testcoverage kademlia (#154) 2018-08-02 14:36:57 -04:00
bucket.go pkg/kademlia tests and restructuring (#97) 2018-06-22 09:33:57 -04:00
config.go Integrating on disk routing table with kademlia (#166) 2018-08-09 15:20:39 -04:00
kademlia_test.go Integrating on disk routing table with kademlia (#166) 2018-08-09 15:20:39 -04:00
kademlia.go Integrating on disk routing table with kademlia (#166) 2018-08-09 15:20:39 -04:00
node_id_test.go Testcoverage kademlia (#154) 2018-08-02 14:36:57 -04:00
node_id.go pkg/kademlia tests and restructuring (#97) 2018-06-22 09:33:57 -04:00
routing_helpers_test.go Integrating on disk routing table with kademlia (#166) 2018-08-09 15:20:39 -04:00
routing_helpers.go Integrating on disk routing table with kademlia (#166) 2018-08-09 15:20:39 -04:00
routing_test.go Integrating on disk routing table with kademlia (#166) 2018-08-09 15:20:39 -04:00
routing.go Integrating on disk routing table with kademlia (#166) 2018-08-09 15:20:39 -04:00
test_utils.go First pass at node restrictions (#146) 2018-08-01 10:15:38 -04:00