added flags to torrent::status() that can filter which values are calculated

This commit is contained in:
Arvid Norberg
2010-03-04 19:15:23 +00:00
parent 281b6368f7
commit d4854024db
4 changed files with 24 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
* added flags to torrent::status() that can filter which values are calculated
* support 'explicit read cache' which keeps a specific set of pieces
in the read cache, without implicitly caching other pieces
* support sending suggest messages based on what's in the read cache