aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-07 22:08:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-07 22:08:36 +0000
commit4cb7e23cef8a149ac1334519ff898cc05811ac66 (patch)
tree74701b6ef23c97b508a8a382fc929ed4ca783bbf /src/fs/gnunet-service-fs.h
parenta75ced83ea0041bc72e615743aa192f141ead643 (diff)
downloadgnunet-4cb7e23cef8a149ac1334519ff898cc05811ac66.tar.gz
gnunet-4cb7e23cef8a149ac1334519ff898cc05811ac66.zip
add support for delays
Diffstat (limited to 'src/fs/gnunet-service-fs.h')
-rw-r--r--src/fs/gnunet-service-fs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs.h b/src/fs/gnunet-service-fs.h
index 792b43049..ed7cd2e7b 100644
--- a/src/fs/gnunet-service-fs.h
+++ b/src/fs/gnunet-service-fs.h
@@ -147,6 +147,10 @@ extern unsigned int GSF_cover_content_count;
147 */ 147 */
148extern struct GNUNET_BLOCK_Context *GSF_block_ctx; 148extern struct GNUNET_BLOCK_Context *GSF_block_ctx;
149 149
150/**
151 * Are we introducing randomized delays for better anonymity?
152 */
153extern int GSF_enable_randomized_delays;
150 154
151/** 155/**
152 * Test if the DATABASE (GET) load on this peer is too high 156 * Test if the DATABASE (GET) load on this peer is too high