X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=TODO;h=02f983a69e26e5dd8019802f6099d5f8f7b61da4;hb=b18e824a6b9f549bce05e117b1355172d14ef3b3;hp=e5516862e48308dde3bb1ac8c23a389b932a9a11;hpb=4e33a45f0280265b6764807059be41d884a17c1d;p=btrtrc.git diff --git a/TODO b/TODO index e5516862..02f983a6 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,5 @@ - * Track upload and download data. - * Emulate a UDP server in the UDP tracker tests rather than communicating with the Internet. - * Make use of sparse file regions in download data for faster hashing. This is available as whence 3 and 4 on some OS? + * 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. - * dht: Verify that the triedAddrs bloom filter is working well, github's willf made a bunch of changes. - * Rearrange the local-peer choked/interested status flags to be more natural to read. - * Check that pruning is working correctly. worstConns sorting might need an adjustment to how it factors in the good/unwanted chunks ratio. * data/blob: Deleting incomplete data triggers io.ErrUnexpectedEOF that isn't recovered from. - * UL/DL rate-limiting. - * Handle Torrent being dropped before GotInfo. + * Handle wanted pieces more efficiently, it's slow in in fillRequests, since the prioritization system was changed.