From: Matt Joiner Date: Fri, 25 Nov 2016 06:24:16 +0000 (+1100) Subject: Remove completed TODO item X-Git-Tag: v1.0.0~527 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=d7416af930a90e8bf2970e4bd987d2569e13aef2;p=btrtrc.git Remove completed TODO item --- diff --git a/TODO b/TODO index 16e9cbb5..6e0ca6df 100644 --- 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.