]> Sergey Matveev's repositories - btrtrc.git/commitdiff
TODO
authorMatt Joiner <anacrolix@gmail.com>
Sun, 1 Mar 2015 03:33:10 +0000 (14:33 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 1 Mar 2015 03:33:10 +0000 (14:33 +1100)
TODO

diff --git a/TODO b/TODO
index 585106ebfbcb2e7001ddbfd445a9f8e24570de14..72aabfc623f3fa1e5acefc526e0fa012417735a4 100644 (file)
--- 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