Fix the hashing
[oweals/gnunet.git] / TODO
diff --git a/TODO b/TODO
index ee4c37b32c7cf45be9f65f3dc2662601dc51150b..fd1280baee66c120c2cb0c489a29a15618cbcb6d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,11 @@
 0.9.0pre2:
-* FS:
-  - namespace_list_updateable testcase [CG]
-    (currently, updateable content does NOT show in GTK)
-* GTK:
-  - local namespace not listed in fs-search dialog (?) [CG]
+ FS:
+  - measure latencies (core, datastore) => trust economy
+  - FS performance benchmarking
+* DHT: [Nate]
+  - track paths content travels (PUT, reply-to-get) in messages,
+    pass to client (client API & protocol already support this!)
 * CORE:
-  - derived key generation [Nils]
   - Jun 27 11:51:54 core-7670 ERROR Assertion failed at gnunet-service-core.c:3616.
     (transport notified us that we connected to ourselves!!!)
   - transport-level disconnect (i.e. TCP) does not cause core-level
@@ -28,7 +28,7 @@
   - needs more testing (especially F2F topology) & transport blacklisting
 * TRANSPORT-TCP [MW]:
   - should use hash map to look up sessions
-* NAT/UPNP: [MW]
+* NAT/UPNP: [Milan]
   - finalize API design
   - code clean up
   - testing
   - good to have for DHT evaluation!
 * DHT: [Nate]
   - performance tests
+* BLOCK:
+  - more testing (KBlock, SBlock, NBlock)
+* FS migration:
+  - exclude content that will "soon" expire from migration?
+  - exclude content with zero-anonymity from gap migration?
+  - make migration data rate & datastore IO-rate configurable
+  - exclude certain peers as targets (based on hash values) in each
+    iteration => same peer can only be picked every n-th iteration 
+    for the same content => fewer duplicate sending!
+
 
 0.9.1:
 * TRANSPORT: [MW]