updated feature list and Changelog

This commit is contained in:
Arvid Norberg 2008-12-31 03:36:10 +00:00
parent 5e5283e64c
commit 0fc11b9f17
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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.