]> Sergey Matveev's repositories - btrtrc.git/blob - TODO
TODO
[btrtrc.git] / TODO
1  * Track upload and download data.
2  * Emulate a UDP server in the UDP tracker tests.
3  * Make use of sparse file regions in download data for faster hashing.
4  * If we're choked and interested, we never send not-interested if there's nothing we want?
5  * Don't announce torrents that don't need active peers. It spams UDP, fills memory, and publicizes what we have loaded.
6  * Randomize triedAddrs bloom filter to allow different Addr sets on each Announce.
7  * 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.