aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-17 20:46:31 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-17 20:46:31 +0000
commitd17a12c46c3b32cea91be8b8330066e3301b3f08 (patch)
tree214266b193b2e727532dba00d9f03b968ae26cab /src/dht/dht.h
parent81db86ef83d70d2072a4e2efb6151adc81cc24f3 (diff)
downloadgnunet-d17a12c46c3b32cea91be8b8330066e3301b3f08.tar.gz
gnunet-d17a12c46c3b32cea91be8b8330066e3301b3f08.zip
removing reply bf entirely, problem was with UID removal
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r--src/dht/dht.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index 72b721c5e..9fb71a8d1 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -34,13 +34,7 @@
34 * Should NEVER be enabled in production and makes the DHT incompatible 34 * Should NEVER be enabled in production and makes the DHT incompatible
35 * (since this changes the message format). 35 * (since this changes the message format).
36 */ 36 */
37#define HAVE_UID_FOR_TESTING GNUNET_NO 37#define HAVE_UID_FOR_TESTING GNUNET_YES
38
39/**
40 * Include a bf for replies? Should not be needed (see Mantis #1769), but if I remove
41 * this code it stops to work!?
42 */
43#define HAVE_REPLY_BLOOMFILTER GNUNET_YES
44 38
45/** 39/**
46 * Needs to be GNUNET_YES for logging to dhtlog to work! 40 * Needs to be GNUNET_YES for logging to dhtlog to work!
@@ -334,13 +328,6 @@ struct GNUNET_DHT_P2PRouteResultMessage
334 uint64_t unique_id GNUNET_PACKED; 328 uint64_t unique_id GNUNET_PACKED;
335#endif 329#endif
336 330
337#if HAVE_REPLY_BLOOMFILTER
338 /**
339 * Bloomfilter to stop circular routes
340 */
341 char bloomfilter[DHT_BLOOM_SIZE];
342#endif
343
344 /** 331 /**
345 * The key that was searched for 332 * The key that was searched for
346 */ 333 */