aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
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