diff options
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r-- | src/dht/dht.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h index e73789220d..de17920706 100644 --- a/src/dht/dht.h +++ b/src/dht/dht.h @@ -35,12 +35,12 @@ #define DEBUG_DHT_ROUTING GNUNET_YES /** - * FIXME: document. + * Size of the bloom filter the DHT uses to filter peers. */ #define DHT_BLOOM_SIZE 128 /** - * FIXME: document. + * Number of bits set per entry in the bloom filter for peers. */ #define DHT_BLOOM_K 6 @@ -271,7 +271,7 @@ struct GNUNET_DHT_P2PRouteMessage uint64_t unique_id GNUNET_PACKED; /** - * Bloomfilter to stop circular routes + * Bloomfilter (for peer identities) to stop circular routes */ char bloomfilter[DHT_BLOOM_SIZE]; |