lbry-sdk/lbrynet
Jack Robison 9f729c29c3
paginated deterministically shuffled find_value
- fixes https://github.com/lbryio/lbry/issues/2244
- reduce the max DHT datagram size to 1400 bytes
- truncate `contacts` field of find_value response datagrams to the k closest (8)
- truncate peers in find_node response datagrams to the 2k closest (16)
- remove `contacts` field from find_value responses beyond `page` 0 (the first/default)
- deterministically shuffle the peers for a blob in a find_value response
- add optional `page` argument to `find_value` and `p` field to find_value responses containing the number of pages of k peers for the blob
- test one blob being announced by 150 different peers to one peer
- speed up pylint and remove some disabled checks
2019-06-18 23:39:50 -04:00
..
blob add connection status 2019-06-04 19:34:09 -04:00
blob_exchange fix attribute error if availability_response field is missing 2019-06-10 16:41:29 -04:00
dht paginated deterministically shuffled find_value 2019-06-18 23:39:50 -04:00
extras change a few instances of lbry.io to lbry.com. fixes #2135 2019-06-10 16:36:50 -04:00
schema add MKV to mime types 2019-06-05 15:39:26 -04:00
stream handle chunked responses from reflector server 2019-06-07 16:33:28 -04:00
wallet fix from lex 2019-06-10 18:15:43 -04:00
__init__.py v0.37.4 2019-06-11 15:21:01 -04:00
build_type.py improve set_build.py, pin torba version 2019-05-24 18:11:50 -04:00
conf.py change a few instances of lbry.io to lbry.com. fixes #2135 2019-06-10 16:36:50 -04:00
connection_manager.py mbps instead of mbs, remove time from connection status 2019-06-04 19:35:34 -04:00
cryptoutils.py async lbrynet.dht 2019-01-24 00:13:15 -05:00
error.py tests 2019-04-24 09:48:04 -04:00
testcase.py add blob_lru_cache_size config setting, defaults to 32 2019-05-24 17:31:26 -04:00
utils.py change a few instances of lbry.io to lbry.com. fixes #2135 2019-06-10 16:36:50 -04:00
winpaths.py move files 2018-11-09 16:52:42 -05:00