Don't add files to the DHT if a hash could not be found for them.
[quix0rs-apt-p2p.git] / TODO
diff --git a/TODO b/TODO
index 5f9555b75acc1b733bf3a03383e848e20135552e..9cef5c7a2e2f8ff2a1326fdfdfddac2cce4119e5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,3 @@
-Files for which a hash cannot be found should not be added to the DHT.
-
-If the hash can't found, it stands to reason that other peers will not 
-be able to find the hash either. So adding those files to the DHT will 
-just clutter it with useless information. Examples include Release.gpg, 
-Release, Translation-de.bz2, and Contents.gz.
-
-
 Use python-debian for parsing RFC 822 files.
 
 There are already routines for parsing these files, so there is no need