From b8ae47562553e4f0114b5c36a50f1a36f402352e Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Thu, 21 Aug 2014 18:13:41 +1000 Subject: [PATCH] Add TODO file --- TODO | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 00000000..c084677c --- /dev/null +++ b/TODO @@ -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. \ No newline at end of file -- 2.44.0