lbry-sdk/lbrynet/dht
2018-06-07 15:02:47 -04:00
..
__init__.py initial commit 2015-08-20 11:27:15 -04:00
AUTHORS initial commit 2015-08-20 11:27:15 -04:00
constants.py increase kademlia rpc timeout to 8 seconds 2018-06-07 15:02:47 -04:00
contact.py use 12 minutes instead of 15 as delay in contact_is_good 2018-06-07 15:02:47 -04:00
COPYING pylint: fix trailing-whitespace 2016-12-14 19:21:59 -06:00
datastore.py fix age used in datastore to determine if a value is expired 2018-06-07 15:02:47 -04:00
distance.py verify key size in Distance 2018-06-07 15:02:47 -04:00
encoding.py make dht forwards-compatible for upcoming switch to standardized bencode dict keys 2018-03-13 09:43:32 -04:00
error.py raise TransportNotConnected instead of logging a warning 2018-06-07 15:02:47 -04:00
hashannouncer.py update and fix hash announcer test 2018-06-07 15:02:47 -04:00
interface.py add removePeer to interface 2017-10-10 13:27:44 -04:00
iterativefind.py refactor iterativeFind, move to own file 2018-06-07 15:02:47 -04:00
kbucket.py sort KBucket.getContacts 2018-06-07 15:02:47 -04:00
msgformat.py missed this in dht-compat merge 2018-03-23 12:50:18 -04:00
msgtypes.py fix dht rpc id length 2017-10-24 20:25:54 -04:00
node.py use maybe_ping for refreshing stale buckets and storing peers 2018-06-07 15:02:47 -04:00
peerfinder.py remove popular hash tracking, simplify DHTPeerFinder 2018-06-07 15:02:47 -04:00
protocol.py maybe_ping bad and unknown contacts instead of only unknown 2018-06-07 15:02:47 -04:00
routingtable.py fix and update tests 2018-06-07 15:02:47 -04:00