Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
anacrolix committed Aug 24, 2014
1 parent 6aa459d commit 28e8006
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 28e8006

Please sign in to comment.