This commit is contained in:
Matt Joiner 2014-11-18 21:51:49 -06:00
parent 7be828bb4c
commit 23c205b935
1 changed files with 4 additions and 1 deletions

5
TODO
View File

@ -7,4 +7,7 @@
* Expose a public Torrent type bound to a given client or similar to work with common per-torrent operations.
* Split scraping and announcing on DHT into separate routines.
* Ping nodes that stop being good.
* Merge duplicate magnet data.
* Merge duplicate magnet data.
* Cache completed torrent files from magnet.
* Don't download the last piece preemptively because it appears partial.
* Make use of sparse file regions in download data for faster hashing.