storj/pkg/overlay
Cameron f5c115596e filter out excluded nodes when repairing (#426)
* add filter field into OverlayOptions message

* chooseFiltered method, add excluded parameter in populate method

* change excluded type to []dht.NodeID in ChooseFiltered, change comment

* change name filter to excluded_nodes in proto

* implement helper function contains

* delete ChooseFiltered and add its functionality into Choose method to keep original author's history, add excluded argument into Choose calls

* regenerate mock_client.go

* regenerate protobuf

* update test case to use new IDFromString function

* remove old kademlia test code
2018-10-15 13:42:36 -04:00
..
mocks filter out excluded nodes when repairing (#426) 2018-10-15 13:42:36 -04:00
cache_test.go Cleanups related to transport (#475) 2018-10-15 15:04:21 +03:00
cache.go Remove BKAD dependency from pkg/kademlia (#294) 2018-10-08 11:09:37 -04:00
client_test.go filter out excluded nodes when repairing (#426) 2018-10-15 13:42:36 -04:00
client.go filter out excluded nodes when repairing (#426) 2018-10-15 13:42:36 -04:00
config_test.go Enable more linters (#272) 2018-08-27 11:28:16 -06:00
config.go Pointer lookup (#407) 2018-10-04 15:00:19 -06:00
overlay_test.go Remove newID function (#468) 2018-10-12 15:10:50 -06:00
server.go filter out excluded nodes when repairing (#426) 2018-10-15 13:42:36 -04:00
service.go Delete dead code in overlay (#476) 2018-10-15 13:14:29 -04:00
utils_test.go Remove BKAD dependency from pkg/kademlia (#294) 2018-10-08 11:09:37 -04:00