]> Sergey Matveev's repositories - btrtrc.git/blobdiff - TODO
Drop support for go 1.20
[btrtrc.git] / TODO
diff --git a/TODO b/TODO
index 87a397c357d433af16832ed9a28737704cf144d4..02f983a69e26e5dd8019802f6099d5f8f7b61da4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,5 @@
- * Track upload and download data.
- * Make use of sparse file regions in download data for faster hashing. This is available as whence 3 and 4 on some OS?
+ * Make use of sparse file regions in download data for faster hashing. This is available as whence 3 and 4 on some OSs?
  * When we're choked and interested, are we not interested if there's no longer anything that we want?
  * dht: Randomize triedAddrs bloom filter to allow different Addr sets on each Announce.
  * data/blob: Deleting incomplete data triggers io.ErrUnexpectedEOF that isn't recovered from.
- * UL/DL rate-limiting.
- * Handle Torrent being dropped before GotInfo.
- * Track connection chunk contributions to successful and failed piece hashes. Only drop the worst performer on a bad hash. Maybe block its IP.
- * Remove assumptions that the first piece requested will be the first that peers will send.
+ * Handle wanted pieces more efficiently, it's slow in in fillRequests, since the prioritization system was changed.