code already there, doh
authorChristian Grothoff <christian@grothoff.org>
Mon, 17 Jan 2011 14:02:11 +0000 (14:02 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 17 Jan 2011 14:02:11 +0000 (14:02 +0000)
TODO
src/fs/gnunet-service-fs.c

diff --git a/TODO b/TODO
index d3c9e35b179c523d4f94cf8b006c2576870fb68d..ba98e6d9e563aa4ad34bf19e87f1ac602541eef7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -15,7 +15,6 @@
     + insert
     + download
     + search
-  - implement anonymity level > 1
   - exclude content that will "soon" expire from migration
   - make migration data rate & datastore IO-rate configurable
   - exclude certain peers as targets (based on hash values) in each
index b4b5b834c5a194db4b888659b951250a5a64aefb..c8271ed8efc3d64e4e5fad91ead4ee3541ff3a03 100644 (file)
  * @file fs/gnunet-service-fs.c
  * @brief gnunet anonymity protocol implementation
  * @author Christian Grothoff
- *
- * TODO:
- * - collect traffic data for anonymity levels > 1
- * - implement transmission restrictions for anonymity level > 1
- * - more statistics
  */
 #include "platform.h"
 #include <float.h>
  */
 static unsigned long long max_pending_requests = (32 * 1024);
 
-
 /**
  * Information we keep for each pending reply.  The
  * actual message follows at the end of this struct.