2
0
mirror of synced 2025-02-24 22:58:28 +00:00
torrent/TODO

12 lines
686 B
Plaintext
Raw Normal View History

2014-08-25 06:01:09 +10:00
* Properly encapsulate the mmap/span stuff.
2014-09-14 03:59:51 +10: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-15 03:37:57 +10:00
* Track upload and download data.
2014-11-21 00:11:13 -06:00
* Emulate a UDP server in the UDP tracker tests.
* Ping nodes that stop being good.
2014-11-18 21:51:49 -06:00
* Cache completed torrent files from magnet.
* Don't download the last piece preemptively because it appears partial.
2014-11-21 00:11:13 -06:00
* Make use of sparse file regions in download data for faster hashing.
* Add an alternative to mmap()'ed torrent data.
* Implement block lists.