2014-09-15 03:37:57 +10:00
|
|
|
* Track upload and download data.
|
2015-04-14 23:59:41 +10:00
|
|
|
* 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.
|
|
|
|
* data/blob: Deleting incomplete data triggers io.ErrUnexpectedEOF that isn't recovered from.
|
2015-06-22 19:52:00 +10:00
|
|
|
* UL/DL rate-limiting.
|
2015-06-23 02:02:32 +10:00
|
|
|
* Handle Torrent being dropped before GotInfo.
|
2015-10-18 02:32:24 +11:00
|
|
|
* Track connection chunk contributions to successful and failed piece hashes. Only drop the worst performer on a bad hash. Maybe block its IP.
|
2015-11-12 03:24:41 +11:00
|
|
|
* Remove assumptions that the first piece requested will be the first that peers will send.
|
2015-12-07 02:39:00 +11:00
|
|
|
* Clean-up DHT transaction code, it's just nasty.
|