X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=TODO;h=02f983a69e26e5dd8019802f6099d5f8f7b61da4;hb=HEAD;hp=72aabfc623f3fa1e5acefc526e0fa012417735a4;hpb=8858b776660c52720d57978673d37a3332176a4f;p=btrtrc.git diff --git a/TODO b/TODO index 72aabfc6..02f983a6 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,5 @@ - * Track upload and download data. - * Emulate a UDP server in the UDP tracker tests. - * Make use of sparse file regions in download data for faster hashing. - * If we're choked and interested, we never send not-interested if there's nothing we want? - * Don't announce torrents that don't need active peers. It spams UDP, fills memory, and publicizes what we have loaded. - * Randomize triedAddrs bloom filter to allow different Addr sets on each Announce. - * When lots of good connections, it'll do a huge readahead, then refuse to trickle new pieces because we sent not interested to them all, thereby reducing the number of unchoked connections. \ 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.