Fix the hashing
[oweals/gnunet.git] / TODO
diff --git a/TODO b/TODO
index c1154ca657e35d79b8a13bf9a6c41fe93d6ac22e..fd1280baee66c120c2cb0c489a29a15618cbcb6d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,13 +2,10 @@
  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
-  - provide block-lib compatible API in gnunet_dht_service.h
-  - eliminate continuations in DHT API (not needed, we have auto-retransmit!)
+  - track paths content travels (PUT, reply-to-get) in messages,
+    pass to client (client API & protocol already support this!)
 * CORE:
-  - authentication of ciphertexts [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
@@ -20,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]