2
0
mirror of synced 2025-02-23 22:28:11 +00:00
torrent/TODO
Matt Joiner 28b299e7c8 Rework the Torrent Reader interface, to allow reader options, and add "responsive" as one such option
Had several weeks of testing. Removes a lot of the "helper" reading methods, but this was necessary to allow per-Torrent reading options.
2015-04-14 23:59:41 +10:00

10 lines
920 B
Plaintext

* Track upload and download data.
* Emulate a UDP server in the UDP tracker tests rather than communicating with the Internet.
* Make use of sparse file regions in download data for faster hashing. This is available as whence 3 and 4 on some OS?
* When we're choked and interested, are we not interested if there's no longer anything that we want?
* dht: Randomize triedAddrs bloom filter to allow different Addr sets on each Announce.
* dht: Verify that the triedAddrs bloom filter is working well, github's willf made a bunch of changes.
* Rearrange the local-peer choked/interested status flags to be more natural to read.
* Check that pruning is working correctly. worstConns sorting might need an adjustment to how it factors in the good/unwanted chunks ratio.
* data/blob: Deleting incomplete data triggers io.ErrUnexpectedEOF that isn't recovered from.
* Responsive reader needs to apply some readahead.