gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9876 - GNUnet/src/applications/dv/module


From: gnunet
Subject: [GNUnet-SVN] r9876 - GNUnet/src/applications/dv/module
Date: Wed, 23 Dec 2009 19:20:18 +0100

Author: grothoff
Date: 2009-12-23 19:20:18 +0100 (Wed, 23 Dec 2009)
New Revision: 9876

Modified:
   GNUnet/src/applications/dv/module/dv.c
Log:
docs

Modified: GNUnet/src/applications/dv/module/dv.c
===================================================================
--- GNUnet/src/applications/dv/module/dv.c      2009-12-23 18:11:46 UTC (rev 
9875)
+++ GNUnet/src/applications/dv/module/dv.c      2009-12-23 18:20:18 UTC (rev 
9876)
@@ -19,8 +19,9 @@
  */
 
 /**
+ * @file applications/dv/module/dv.c
  * @author Nathan Evans
- * @file applications/dv/module/dv.c
+ * @author Christian Grothoff
  * @brief Core of distance vector routing algorithm.  Loads the service,
  * initializes necessary routing tables, and schedules updates, etc.
  */
@@ -40,12 +41,16 @@
  */
 #define SUPPORT_HIDING GNUNET_NO
 
-#define DEBUG_DV_MAINTAIN GNUNET_NO
 #define DEBUG_DV GNUNET_NO
-#define DEBUG_DV_FORWARD GNUNET_NO
-#define DEBUG_PEERS GNUNET_NO
-/* How long to allow a message to be delayed */
+
+/**
+ * How long to allow a message to be delayed 
+ */
 #define DV_DELAY (5000 * GNUNET_CRON_MILLISECONDS)
+
+/**
+ * Priority to use for DV messages.
+ */
 #define DV_PRIORITY 0
 
 /**





reply via email to

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