]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Remove completed TODO item
authorMatt Joiner <anacrolix@gmail.com>
Fri, 25 Nov 2016 06:24:16 +0000 (17:24 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 25 Nov 2016 06:24:16 +0000 (17:24 +1100)
TODO

diff --git a/TODO b/TODO
index 16e9cbb5b3e872e54092baefd52cb792a41f6985..6e0ca6dfd73d5d05649e27132a46904abd42577b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -10,5 +10,4 @@
  * Handle wanted pieces more efficiently, it's slow in in fillRequests, since the prioritization system was changed.
  * Determine if we should accept connections, even if we just close them. http://stackoverflow.com/questions/35108571/can-i-leave-sockets-in-syn-recv-until-im-interested-in-accepting
  * 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.