2
0
mirror of synced 2025-02-24 22:58:28 +00:00
torrent/TODO
Matt Joiner 9cd72851e0 TODO
2014-11-16 13:05:38 -06:00

8 lines
580 B
Plaintext

* Properly encapsulate the mmap/span stuff.
* 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.
* Track upload and download data.
* Remove non-deterministic stuff from unit tests, like the tracker UDP and fuse fs stuff.
* Expose a public Torrent type bound to a given client or similar to work with common per-torrent operations.
* Make use of github.com/h2so5/utp for uTP.