From: Christian Grothoff Date: Mon, 17 Jan 2011 14:02:11 +0000 (+0000) Subject: code already there, doh X-Git-Tag: initial-import-from-subversion-38251~19312 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=71be1744ba1e2396d97af436d45b397ad9ba333b;p=oweals%2Fgnunet.git code already there, doh --- diff --git a/TODO b/TODO index d3c9e35b1..ba98e6d9e 100644 --- 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 diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c index b4b5b834c..c8271ed8e 100644 --- a/src/fs/gnunet-service-fs.c +++ b/src/fs/gnunet-service-fs.c @@ -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 @@ -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.