debug
[oweals/gnunet.git] / TODO
diff --git a/TODO b/TODO
index 6b3a2230b2f7b95bc1e6fdde7a1985a860abe04d..bc62fa14f34ef295b8354aab5f1b00c5ace2f568 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,14 +7,14 @@
     + implement UDP, HTTP/HTTPS 
 * Transport:
   - UDP fragmentation
-* DHT: [Nate]
-  - track paths content travels (PUT, reply-to-get) in messages,
-    pass to client (client API & protocol already support this!)
+* FS/CORE [CG]
+  - download of 100 MB file from 'leach' peer hung due to 
+    failure of core-api to call back after a change preference request
+    (structs indicate request was transmitted but reply never received?)
+  - other runs (-L DEBUG) with downloads using the new 'trust' test show
+    non-deterministic results (for any set of peers)
 * FS: [CG]
-  - gnunet-publish tires to connect to service even if
-    run with 'simulation' option (-s)
-  - gnunet-download does not *always* use inline full data (?)
-  - implement multi-peer FS performance tests
+  - implement multi-peer FS performance tests + gauger them!
     + insert
     + download
     + search
@@ -65,6 +65,8 @@
   - Remove KBlocks in gnunet-unindex (see discussion with Kenneth Almquist on gnunet-devs in 9/2009)
   - use different queue prioritization for probe-downloads vs. normal downloads
   - re-implement gnunet-auto-share
+  - implement 'GNUNET_FS_file_information_create_from_directory', avoiding
+    code duplication with gnunet-gtk's similar code (!)
 * GNUNET-GTK: [CG]
   - add tool bar
   - do meaningful update to status line (starting up, peer running, #connections, shutdown, ...)