aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-17 14:02:11 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-17 14:02:11 +0000
commit71be1744ba1e2396d97af436d45b397ad9ba333b (patch)
treef3ec2e49c994a473f7cccbd1c772c66d5587bca3
parentf44e3a9dbe2d1b4d94563efd03f709910343a079 (diff)
downloadgnunet-71be1744ba1e2396d97af436d45b397ad9ba333b.tar.gz
gnunet-71be1744ba1e2396d97af436d45b397ad9ba333b.zip
code already there, doh
-rw-r--r--TODO1
-rw-r--r--src/fs/gnunet-service-fs.c6
2 files changed, 0 insertions, 7 deletions
diff --git a/TODO b/TODO
index d3c9e35b1..ba98e6d9e 100644
--- a/TODO
+++ b/TODO
@@ -15,7 +15,6 @@
15 + insert 15 + insert
16 + download 16 + download
17 + search 17 + search
18 - implement anonymity level > 1
19 - exclude content that will "soon" expire from migration 18 - exclude content that will "soon" expire from migration
20 - make migration data rate & datastore IO-rate configurable 19 - make migration data rate & datastore IO-rate configurable
21 - exclude certain peers as targets (based on hash values) in each 20 - 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 @@
22 * @file fs/gnunet-service-fs.c 22 * @file fs/gnunet-service-fs.c
23 * @brief gnunet anonymity protocol implementation 23 * @brief gnunet anonymity protocol implementation
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 *
26 * TODO:
27 * - collect traffic data for anonymity levels > 1
28 * - implement transmission restrictions for anonymity level > 1
29 * - more statistics
30 */ 25 */
31#include "platform.h" 26#include "platform.h"
32#include <float.h> 27#include <float.h>
@@ -148,7 +143,6 @@
148 */ 143 */
149static unsigned long long max_pending_requests = (32 * 1024); 144static unsigned long long max_pending_requests = (32 * 1024);
150 145
151
152/** 146/**
153 * Information we keep for each pending reply. The 147 * Information we keep for each pending reply. The
154 * actual message follows at the end of this struct. 148 * actual message follows at the end of this struct.