From 557ce21ea3103d59cb6c483a5413951e8eb1f1d2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 13 Sep 2011 10:39:39 +0000 Subject: [PATCH] stuff --- src/dht/gnunet-service-dht.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dht/gnunet-service-dht.c b/src/dht/gnunet-service-dht.c index 39f3b4730..22b4c995a 100644 --- a/src/dht/gnunet-service-dht.c +++ b/src/dht/gnunet-service-dht.c @@ -25,7 +25,7 @@ * @author Nathan Evans * * TODO: - * - decide which 'benchmark'/test functions to keep + * - decide which 'benchmark'/test functions to keep (malicious code, kademlia, etc.) * - integrate properly with 'block' library (instead of manual bloomfiltering) * - decide on 'stop_on_closest', 'stop_on_found', 'do_find_peer', 'paper_forwarding' */ @@ -152,12 +152,12 @@ */ #define DEFAULT_KADEMLIA_REPLICATION 3 -/* +/** * Default frequency for sending malicious get messages */ #define DEFAULT_MALICIOUS_GET_FREQUENCY 1000 /* Number of milliseconds */ -/* +/** * Default frequency for sending malicious put messages */ #define DEFAULT_MALICIOUS_PUT_FREQUENCY 1000 /* Default is in milliseconds */ -- 2.25.1