This commit is contained in:
Matt Joiner 2015-03-01 14:33:10 +11:00
parent 4eb70e0673
commit 8858b77666
1 changed files with 2 additions and 1 deletions

3
TODO
View File

@ -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.
* 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.