This commit is contained in:
Matt Joiner 2014-08-25 06:01:09 +10:00
parent 6aa459dc0d
commit 28e80062b6
1 changed files with 3 additions and 1 deletions

4
TODO
View File

@ -3,4 +3,6 @@
* 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.
* Properly encapsulate the mmap/span stuff.
* Properly encapsulate the mmap/span stuff.
* Implement keep-alive timeout when receiving.
* Wrap connection sockets to convert certain errors and timeout on inactivity with no keep-alives.