torrent/TODO

10 lines
667 B
Plaintext
Raw Normal View History

2014-08-24 20:01:09 +00:00
* Properly encapsulate the mmap/span stuff.
2014-09-13 17:59:51 +00:00
* Finish balancing socketsPerTorrent and half-open, handshakes and worst conns.
* Use big.Int, and it's Xor(), and SetBytes() functions for DHT node ID distances.
* Add a coarse-responsive download strategy, that prioritizes pieces instead of chunks.
2014-09-14 17:37:57 +00:00
* Track upload and download data.
2014-09-25 08:06:57 +00:00
* Remove non-deterministic stuff from unit tests, like the tracker UDP and fuse fs stuff.
2014-11-16 19:05:38 +00:00
* Expose a public Torrent type bound to a given client or similar to work with common per-torrent operations.
2014-11-17 07:47:31 +00:00
* Split scraping and announcing on DHT into separate routines.
* Ping nodes that stop being good.
* Merge duplicate magnet data.