aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-09-06 20:29:29 +0000
committerNathan S. Evans <evans@in.tum.de>2010-09-06 20:29:29 +0000
commit423736ee4df736eb39ec8072526c9a61d341b5d6 (patch)
tree93bacde7d8492c9df16019642adeeb97de6c71b8 /src/dht/dht.h
parent83bfe795348dfcdb83cb565dd81d0a32fcb43dba (diff)
downloadgnunet-423736ee4df736eb39ec8072526c9a61d341b5d6.tar.gz
gnunet-423736ee4df736eb39ec8072526c9a61d341b5d6.zip
messages 'hone in' more the higher the number of hops, still needs some tweaking
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 04931e1c3..0f662f0b1 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -31,7 +31,7 @@
31 31
32#define DEBUG_DHT_ROUTING GNUNET_YES 32#define DEBUG_DHT_ROUTING GNUNET_YES
33 33
34#define DHT_BLOOM_SIZE 32 34#define DHT_BLOOM_SIZE 16
35 35
36#define DHT_BLOOM_K 8 36#define DHT_BLOOM_K 8
37 37