aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-27 11:29:11 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-27 11:29:11 +0000
commit926f5a24e5a30566a51effb0e1752c15b0fa1e88 (patch)
tree744173dbd29bf685d2424db58f620b53c24cce1d /src/fs/fs.h
parentb9ae190b8cfaa9124e284cc46595fa3b52b16696 (diff)
downloadgnunet-926f5a24e5a30566a51effb0e1752c15b0fa1e88.tar.gz
gnunet-926f5a24e5a30566a51effb0e1752c15b0fa1e88.zip
move bloomfilter recalculation to block library
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index ed74850b2..b5fdb1cc7 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -132,12 +132,6 @@
132#define HASHING_BLOCKSIZE (1024 * 128) 132#define HASHING_BLOCKSIZE (1024 * 128)
133 133
134/** 134/**
135 * Number of bits we set per entry in the bloomfilter.
136 * Do not change!
137 */
138#define BLOOMFILTER_K GNUNET_DHT_GET_BLOOMFILTER_K
139
140/**
141 * Number of availability trials we perform per search result. 135 * Number of availability trials we perform per search result.
142 */ 136 */
143#define AVAILABILITY_TRIALS_MAX 8 137#define AVAILABILITY_TRIALS_MAX 8