gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14192 - in gnunet: . src/fs


From: gnunet
Subject: [GNUnet-SVN] r14192 - in gnunet: . src/fs
Date: Mon, 17 Jan 2011 15:02:11 +0100

Author: grothoff
Date: 2011-01-17 15:02:11 +0100 (Mon, 17 Jan 2011)
New Revision: 14192

Modified:
   gnunet/TODO
   gnunet/src/fs/gnunet-service-fs.c
Log:
code already there, doh

Modified: gnunet/TODO
===================================================================
--- gnunet/TODO 2011-01-17 13:58:21 UTC (rev 14191)
+++ gnunet/TODO 2011-01-17 14:02:11 UTC (rev 14192)
@@ -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

Modified: gnunet/src/fs/gnunet-service-fs.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs.c   2011-01-17 13:58:21 UTC (rev 14191)
+++ gnunet/src/fs/gnunet-service-fs.c   2011-01-17 14:02:11 UTC (rev 14192)
@@ -22,11 +22,6 @@
  * @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>
@@ -148,7 +143,6 @@
  */
 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]