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 read_piece() to read pieces from torrent storage
|
||||
* added option for udp tracker preference
|
||||
|
|
|
@ -44,6 +44,7 @@ following features:
|
|||
* multitracker extension support (supports both strict `BEP 12`_ and the
|
||||
uTorrent interpretation).
|
||||
* tracker scrapes
|
||||
* supports lt_trackers extension, to exchange trackers between peers
|
||||
* supports both sparse files and compact file allocation (where pieces
|
||||
are kept consolidated on disk)
|
||||
* supports files > 2 gigabytes.
|
||||
|
|
Loading…
Reference in New Issue