kademlia/kademlia
2020-05-02 21:36:33 -04:00
..
tests Added support for replacement_nodes pruning in KBuckets for #79 (#80) 2020-05-02 20:36:16 -04:00
__init__.py Updated requirements, examples, README, and CHANGELOG 2020-05-02 21:36:33 -04:00
crawling.py removed all camelcase silliness, bumped version to 2.0 2019-01-09 11:27:10 -05:00
network.py Updated requirements, examples, README, and CHANGELOG 2020-05-02 21:36:33 -04:00
node.py added additional docs to Node to reduce confusion noted in #73 2019-07-03 08:22:35 -04:00
protocol.py removed all camelcase silliness, bumped version to 2.0 2019-01-09 11:27:10 -05:00
routing.py optimized calculation of max_replacement_nodes in Router, Fixes #79 2020-05-02 20:46:16 -04:00
storage.py refacto(storage): use '@abstractmethod' instead of 'raise NotImplementedError' in Storage Interface (#61) 2019-01-12 11:46:53 -05:00
utils.py KBucket.remove_node removes nodes in replacement_nodes. (#66) 2019-01-17 10:44:11 -05:00