aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-28 09:56:18 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-28 09:56:18 +0000
commit08b85f24f005ac70168f3cda2b57178e8a3d4b41 (patch)
tree9dc7b1e7711a33a2e49a9de083001b5c4fc89d8d /src/dht/dht.h
parent99dcbedd2d4bdd256c0b9dd7413a88592fc74bb0 (diff)
downloadgnunet-08b85f24f005ac70168f3cda2b57178e8a3d4b41.tar.gz
gnunet-08b85f24f005ac70168f3cda2b57178e8a3d4b41.zip
fixes
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r--src/dht/dht.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index c8e2baff1..2a6717788 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -24,8 +24,14 @@
24 * @file dht/dht.h 24 * @file dht/dht.h
25 */ 25 */
26 26
27#ifndef DHT_H_ 27#ifndef DHT_H
28#define DHT_H_ 28#define DHT_H
29
30
31/**
32 * Size of the bloom filter the DHT uses to filter peers.
33 */
34#define DHT_BLOOM_SIZE 128
29 35
30 36
31/** 37/**