X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=TODO;h=02f983a69e26e5dd8019802f6099d5f8f7b61da4;hb=HEAD;hp=5a2e863fe3ea0be6cc4644c18dda8b4276df7258;hpb=2a3243db2a614b0878c80aab75e60035bf8fce6b;p=btrtrc.git diff --git a/TODO b/TODO index 5a2e863f..02f983a6 100644 --- a/TODO +++ b/TODO @@ -1,6 +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. - * Properly encapsulate the mmap/span stuff. \ No newline at end of file + * Make use of sparse file regions in download data for faster hashing. This is available as whence 3 and 4 on some OSs? + * When we're choked and interested, are we not interested if there's no longer anything that we want? + * dht: Randomize triedAddrs bloom filter to allow different Addr sets on each Announce. + * data/blob: Deleting incomplete data triggers io.ErrUnexpectedEOF that isn't recovered from. + * Handle wanted pieces more efficiently, it's slow in in fillRequests, since the prioritization system was changed.