mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-02 16:20:33 +00:00
- fixes https://github.com/lbryio/lbry/issues/2244 - reduce the max DHT datagram size to 1270 bytes - truncate `contacts` field of find_value response datagrams to 2*k (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 |
||
|---|---|---|
| .. | ||
| blob | ||
| blob_exchange | ||
| dht | ||
| extras | ||
| schema | ||
| stream | ||
| wallet | ||
| __init__.py | ||
| build_type.py | ||
| conf.py | ||
| connection_manager.py | ||
| cryptoutils.py | ||
| error.py | ||
| testcase.py | ||
| utils.py | ||
| winpaths.py | ||