stuff
authorChristian Grothoff <christian@grothoff.org>
Tue, 13 Sep 2011 10:39:39 +0000 (10:39 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 13 Sep 2011 10:39:39 +0000 (10:39 +0000)
src/dht/gnunet-service-dht.c

index 39f3b4730507e08a27becb3713732a507bae1f87..22b4c995ab6645580c06ebd0a4d6586ea527bdc3 100644 (file)
@@ -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'
  */
  */
 #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 */