From 8858b776660c52720d57978673d37a3332176a4f Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Sun, 1 Mar 2015 14:33:10 +1100 Subject: [PATCH] TODO --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 585106eb..72aabfc6 100644 --- a/TODO +++ b/TODO @@ -3,4 +3,5 @@ * 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. \ No newline at end of file + * 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 -- 2.44.0