]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Add TODO item
authorMatt Joiner <anacrolix@gmail.com>
Tue, 18 Oct 2016 14:38:54 +0000 (01:38 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 18 Oct 2016 14:38:54 +0000 (01:38 +1100)
TODO

diff --git a/TODO b/TODO
index 05f032a20a30cf5c2572e9e06f48b0edb955bf2f..091ae4a2da70018fbc33513cbf6b0d719e4a07fd 100644 (file)
--- a/TODO
+++ b/TODO
@@ -13,3 +13,4 @@
  * Implement BEP 40.
  * Rewrite tracker package to be announce-centric, rather than client. Currently the clients are private and adapted onto by the Announce() func.
  * Move tracker management code in the torrent package to its own file.
+ * Optimize Reader.posChanged, it triggers all piece priorities to be recomputed.