gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16797 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r16797 - gnunet/src/dht
Date: Tue, 13 Sep 2011 12:39:40 +0200

Author: grothoff
Date: 2011-09-13 12:39:39 +0200 (Tue, 13 Sep 2011)
New Revision: 16797

Modified:
   gnunet/src/dht/gnunet-service-dht.c
Log:
stuff

Modified: gnunet/src/dht/gnunet-service-dht.c
===================================================================
--- gnunet/src/dht/gnunet-service-dht.c 2011-09-13 10:38:35 UTC (rev 16796)
+++ gnunet/src/dht/gnunet-service-dht.c 2011-09-13 10:39:39 UTC (rev 16797)
@@ -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 
*/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]