]> Sergey Matveev's repositories - btrtrc.git/blob - TODO
TODO
[btrtrc.git] / TODO
1  * Properly encapsulate the mmap/span stuff.
2  * Finish balancing socketsPerTorrent and half-open, handshakes and worst conns.
3  * Use big.Int, and it's Xor(), and SetBytes() functions for DHT node ID distances.
4  * Add a coarse-responsive download strategy, that prioritizes pieces instead of chunks.
5  * Track upload and download data.
6  * Remove non-deterministic stuff from unit tests, like the tracker UDP and fuse fs stuff.
7  * Expose a public Torrent type bound to a given client or similar to work with common per-torrent operations.
8  * Split scraping and announcing on DHT into separate routines.
9  * Ping nodes that stop being good.