torrent/TODO

8 lines
654 B
Plaintext
Raw Normal View History

2014-08-21 08:13:41 +00:00
* 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?
2014-08-23 17:09:13 +00:00
* I think the high-low water is broken with responsive download strategy.
2014-08-24 20:01:09 +00:00
* 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.