]> 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  * Emulate a UDP server in the UDP tracker tests.
7  * Ping nodes that stop being good.
8  * Cache completed torrent files from magnet.
9  * Don't download the last piece preemptively because it appears partial.
10  * Make use of sparse file regions in download data for faster hashing.
11  * Add an alternative to mmap()'ed torrent data.
12  * Implement block lists.