Add TODO file

This commit is contained in:
Matt Joiner 2014-08-21 18:13:41 +10:00
parent 52fc7c7205
commit b8ae475625
1 changed files with 5 additions and 0 deletions

5
TODO Normal file
View File

@ -0,0 +1,5 @@
* Maybe a bug in read truncation by pending chunks causes that occasionally glitch in VLC?
* Might need to reorder pieces by bytes left when hashes pass.
* When a piece has zero bytes left, it could be removed from pieces by bytes left, removing O(n^2) overhead searching for incomplete pieces for every connection.
* Make torrent read requests higher priority than everything else?
* I think the high-low water is broken with responsive download strategy.