From: Matt Joiner Date: Thu, 28 Aug 2014 00:09:33 +0000 (+1000) Subject: Update TODO X-Git-Tag: v1.0.0~1575 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=22edc2b4f69b343b7384414ab9c874ff7e347b73;p=btrtrc.git Update TODO --- diff --git a/TODO b/TODO index ac44feee..ab9d5642 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,2 @@ - * 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. * 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. \ No newline at end of file + * Finish balancing socketsPerTorrent and half-open, handshakes and worst conns. \ No newline at end of file