Fix the hashing
[oweals/gnunet.git] / TODO
diff --git a/TODO b/TODO
index 9da60b06385a5de60c6af081621a06ea2ee091d6..fd1280baee66c120c2cb0c489a29a15618cbcb6d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,9 +2,7 @@
  FS:
   - measure latencies (core, datastore) => trust economy
   - FS performance benchmarking
-  - integrate with DHT (need DHT API to fit block API better first; also, get rid of the continuation!)
 * DHT: [Nate]
-  - use new block lib in service
   - track paths content travels (PUT, reply-to-get) in messages,
     pass to client (client API & protocol already support this!)
 * CORE:
@@ -19,8 +17,6 @@
        likely good enough until we get ATS going; still should be tested...
     => "peers connected (transport)" now instantly goes to ZERO (core statistic),
        but "established sessions" stays up...
-* UTIL:
-  - drop dependency on GMP? [Nils]
 
 0.9.0pre3:
 * Determine RC bugs and fix those (release should have no known real bugs)
   - 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]