updated feature list and Changelog
This commit is contained in:
parent
5e5283e64c
commit
0fc11b9f17
|
@ -1,3 +1,5 @@
|
||||||
|
* added new lt_trackers extension to exchange trackers between
|
||||||
|
peers
|
||||||
* added support for BEP 17 http seeds
|
* added support for BEP 17 http seeds
|
||||||
* added read_piece() to read pieces from torrent storage
|
* added read_piece() to read pieces from torrent storage
|
||||||
* added option for udp tracker preference
|
* added option for udp tracker preference
|
||||||
|
|
|
@ -44,6 +44,7 @@ following features:
|
||||||
* multitracker extension support (supports both strict `BEP 12`_ and the
|
* multitracker extension support (supports both strict `BEP 12`_ and the
|
||||||
uTorrent interpretation).
|
uTorrent interpretation).
|
||||||
* tracker scrapes
|
* tracker scrapes
|
||||||
|
* supports lt_trackers extension, to exchange trackers between peers
|
||||||
* supports both sparse files and compact file allocation (where pieces
|
* supports both sparse files and compact file allocation (where pieces
|
||||||
are kept consolidated on disk)
|
are kept consolidated on disk)
|
||||||
* supports files > 2 gigabytes.
|
* supports files > 2 gigabytes.
|
||||||
|
|
Loading…
Reference in New Issue