aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-30 20:55:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-30 20:55:21 +0000
commit8254665a4a3f254d4947cf9de6902121f234a29f (patch)
treeb036bb58215ef18bcc061f8a7ef8cead036771c9 /src/dht/dht.h
parent5ce71ebb74e0e819d6a4d612314cc5942c24cdac (diff)
downloadgnunet-8254665a4a3f254d4947cf9de6902121f234a29f.tar.gz
gnunet-8254665a4a3f254d4947cf9de6902121f234a29f.zip
fixing bloomfilter code, fixing testcase
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r--src/dht/dht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index 479c3527d..2a6717788 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -31,7 +31,7 @@
31/** 31/**
32 * Size of the bloom filter the DHT uses to filter peers. 32 * Size of the bloom filter the DHT uses to filter peers.
33 */ 33 */
34#define DHT_BLOOM_SIZE 1024 34#define DHT_BLOOM_SIZE 128
35 35
36 36
37/** 37/**