seems to work now
[oweals/gnunet.git] / TODO
diff --git a/TODO b/TODO
index 25e3ea0dd4ef2d9716ea6b8f821b54cfe786f0b4..f1044716992ab939fcadb3e1de06fa859bfd2e0f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,12 +2,9 @@
 * PEERINFO:
   - trust: need *fast* way to check/update trust in peers
            (async peerinfo would not be right; certainly not with the current API)
-* STATISTICS:
-  - does not seem to work with timeouts (especially if service is not running)
 * UTIL:
   - only connect() sockets that are ready (select()) [Nils]
-    [On W32, we need to select after calling socket before
-     doing connect etc.]
+    [On W32, we need to select after calling socket before doing connect etc.]
 * TOPOLOGY:
   - needs more testing (especially F2F topology)
   - needs to re-try connecting after disconnect (currently, it
@@ -39,8 +36,8 @@
   - check if new HELLO learned is different from old HELLO
     before resetting entire state!
 * DATASTORE:
-  - API lacks cancellation methods (needed? or is disconnect enough?)
-    may also want to integrate request queuing here instead of gnunet-service-fs_drq.c 
+  - API lacks cancellation methods (needed? or is disconnect enough?)
+  - may also want to integrate request queuing here instead of gnunet-service-fs_drq.c 
 * FS: [CG]
   - support recursive download even if filename is NULL and we hence
     do not generate files on disk (use temp_filename)
@@ -86,7 +83,6 @@
   - good to have for DV/DHT evaluation!
 * DHT: [Nate]
   - implement DHT service 
-  - implement DHT library
   - implement testcases
   - implement performance tests
 * TRANSPORT: