aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dht_service.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/include/gnunet_dht_service.h
parentb9ae190b8cfaa9124e284cc46595fa3b52b16696 (diff)
downloadgnunet-926f5a24e5a30566a51effb0e1752c15b0fa1e88.tar.gz
gnunet-926f5a24e5a30566a51effb0e1752c15b0fa1e88.zip
move bloomfilter recalculation to block library
Diffstat (limited to 'src/include/gnunet_dht_service.h')
-rw-r--r--src/include/gnunet_dht_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index a8d4d67ec..4a5ab7684 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -46,10 +46,10 @@ extern "C"
46#define GNUNET_DHT_DEFAULT_REPUBLISH_FREQUENCY GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MINUTES, 60) 46#define GNUNET_DHT_DEFAULT_REPUBLISH_FREQUENCY GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MINUTES, 60)
47 47
48/** 48/**
49 * K-value that must be used for the bloom filter 'GET' 49 * K-value that must be used for the bloom filters in 'GET'
50 * queries. 50 * queries.
51 */ 51 */
52#define GNUNET_DHT_GET_BLOOMFILTER_K 16 52#define GNUNET_DHT_GET_BLOOMFILTER_K GNUNET_CONSTANTS_BLOOMFILTER_K
53 53
54/** 54/**
55 * Non-intelligent default DHT GET replication. 55 * Non-intelligent default DHT GET replication.