aboutsummaryrefslogtreecommitdiff
path: root/src/dv
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-14 16:04:03 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-14 16:04:03 +0000
commit56ab0c2d6838d7085c7d08e21d6e624e65d3a522 (patch)
tree7cc0cfdd81eefa245202e92454ed8b9f5e1344e3 /src/dv
parent20b65432c8df1b2f84fcc0dac3b2f5d689f5c888 (diff)
downloadgnunet-56ab0c2d6838d7085c7d08e21d6e624e65d3a522.tar.gz
gnunet-56ab0c2d6838d7085c7d08e21d6e624e65d3a522.zip
-docu
Diffstat (limited to 'src/dv')
-rw-r--r--src/dv/gnunet-service-dv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dv/gnunet-service-dv.c b/src/dv/gnunet-service-dv.c
index e1709be3d..fafccb7f3 100644
--- a/src/dv/gnunet-service-dv.c
+++ b/src/dv/gnunet-service-dv.c
@@ -31,7 +31,7 @@
31 * - distance updates are not properly communicate to US by core, 31 * - distance updates are not properly communicate to US by core,
32 * and conversely we don't give distance updates properly to the plugin yet 32 * and conversely we don't give distance updates properly to the plugin yet
33 * - we send 'ACK' even if a message was dropped due to no route (may 33 * - we send 'ACK' even if a message was dropped due to no route (may
34 * be harmless, but should at least be documented) 34 * be harmless, but should at least be documented -- or support NACK)
35 */ 35 */
36#include "platform.h" 36#include "platform.h"
37#include "gnunet_util_lib.h" 37#include "gnunet_util_lib.h"