lbry-sdk/lbrynet/core/client
Antonio Quartulli 8a7e707504
DHTPeerFinder: re-join the network if we have no peers
Periodically check if the routing table is empty and, if so,
re-attempt joining the DHT network.

This check is performed in the main DHTPeerFinder loop every 60 secs.

Closes: #1093
Signed-off-by: Antonio Quartulli <antonio@mandelbit.com>
2018-02-06 12:33:12 +08:00
..
__init__.py initial commit 2015-08-20 11:27:15 -04:00
BlobRequester.py whitespace, logging 2017-12-20 20:43:01 -05:00
ClientProtocol.py less verbose ClientProtocol log 2017-10-11 13:47:57 -04:00
ClientRequest.py moved BLOB_SIZE in conf to MAX_BLOB_SIZE constant in blob.blob_file 2017-10-31 15:38:00 -04:00
ConnectionManager.py fix handling stream with no data blobs 2018-01-04 21:25:54 -05:00
DHTPeerFinder.py DHTPeerFinder: re-join the network if we have no peers 2018-02-06 12:33:12 +08:00
DownloadManager.py add get_head_blob_hash() function in DownloadManager 2017-08-28 10:43:57 -04:00
StandaloneBlobDownloader.py better download errors 2017-09-28 14:04:02 -04:00
StreamProgressManager.py logging 2018-01-04 21:25:56 -05:00