aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-09-02 15:06:42 +0000
committerNathan S. Evans <evans@in.tum.de>2010-09-02 15:06:42 +0000
commit017907f0af8c44ae86d20c241cb9662e0ac8be2b (patch)
tree348c3b94b59857231afec0eca852c39f1ebc3597 /src/dht/dht.h
parentb4de9504de19ea989bfe00b2047fa84be9c90cf3 (diff)
downloadgnunet-017907f0af8c44ae86d20c241cb9662e0ac8be2b.tar.gz
gnunet-017907f0af8c44ae86d20c241cb9662e0ac8be2b.zip
dht changes, mostly making the driver do find peers adaptively... currently not seeing any crazy issues
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 0f662f0b1..04931e1c3 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 16 34#define DHT_BLOOM_SIZE 32
35 35
36#define DHT_BLOOM_K 8 36#define DHT_BLOOM_K 8
37 37