print stat
[oweals/gnunet.git] / src / dht / dht.h
index c8e2baff189a60e88e2249aff3c23a5203c1f450..2a67177889ddd9cc5e205ef7ed5c078c868917f8 100644 (file)
  * @file dht/dht.h
  */
 
-#ifndef DHT_H_
-#define DHT_H_
+#ifndef DHT_H
+#define DHT_H
+
+
+/**
+ * Size of the bloom filter the DHT uses to filter peers.
+ */
+#define DHT_BLOOM_SIZE 128
 
 
 /**