aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-30 01:06:19 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-30 01:06:19 +0000
commit793b4afffb37ca663e9a4fb6155dddd688b21b52 (patch)
tree1c5f2ca4e5ff08e5cab424ba3d418a3a1bab3ff8 /src/dht/dht.h
parent25e636d19d7220430cac2a4fbdda0cac09f0b15d (diff)
downloadgnunet-793b4afffb37ca663e9a4fb6155dddd688b21b52.tar.gz
gnunet-793b4afffb37ca663e9a4fb6155dddd688b21b52.zip
re-add logging, move BF add operations to the latest possible time to avoid polluting tests needlessly
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 2a6717788..479c3527d 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 128 34#define DHT_BLOOM_SIZE 1024
35 35
36 36
37/** 37/**