From 3682c537a4c63498b05ed897f11d385f98b8a7cd Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Thu, 25 Sep 2014 18:06:57 +1000 Subject: [PATCH] TODO --- TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 836afb86..fbc4468b 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,7 @@ * Properly encapsulate the mmap/span stuff. * 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. - * Don't check entire torrent when its added. * Add a coarse-responsive download strategy, that prioritizes pieces instead of chunks. * Track upload and download data. - * Remove non-deterministic stuff from unit tests, like the tracker UDP and fuse fs stuff. \ No newline at end of file + * Remove non-deterministic stuff from unit tests, like the tracker UDP and fuse fs stuff. + * Expose a public Torrent type bound to a given client or similar to work with common per-torrent operations. \ No newline at end of file -- 2.44.0