Fix the hashing
[oweals/gnunet.git] / TODO
diff --git a/TODO b/TODO
index e95522d87d4aa0e58d3240f800fb46e2dc0716c7..fd1280baee66c120c2cb0c489a29a15618cbcb6d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,14 +1,11 @@
 0.9.0pre2:
  FS:
-  - move FS serivce to new block API
-  - integrate with DHT
   - measure latencies (core, datastore) => trust economy
-  - refuse content migration message (or solicit?)
   - FS performance benchmarking
 * DHT: [Nate]
-  - use new block lib
+  - 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
   - 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]