2
0
mirror of synced 2025-02-24 14:48:27 +00:00
torrent/TODO

7 lines
645 B
Plaintext
Raw Normal View History

2014-09-15 03:37:57 +10:00
* Track upload and download data.
2014-11-21 00:11:13 -06:00
* Emulate a UDP server in the UDP tracker tests.
* Make use of sparse file regions in download data for faster hashing.
2015-01-26 20:52:27 +11:00
* If we're choked and interested, we never send not-interested if there's nothing we want?
2015-02-21 14:53:27 +11:00
* Don't announce torrents that don't need active peers. It spams UDP, fills memory, and publicizes what we have loaded.
2015-03-01 14:33:10 +11:00
* 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.