+ 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
* @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.