TODO | 4 ++-- diff --git a/TODO b/TODO index 836afb8662f547e932251f6d4f54f9eed2f997f5..fbc4468b27b41df456fcca40e668430d4c523c47 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