gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r35708 - gnunet/src/dht
Date: Fri, 1 May 2015 11:31:51 +0200

Author: grothoff
Date: 2015-05-01 11:31:51 +0200 (Fri, 01 May 2015)
New Revision: 35708

Modified:
   gnunet/src/dht/gnunet-service-wdht_neighbours.c
Log:
-fix doxygen

Modified: gnunet/src/dht/gnunet-service-wdht_neighbours.c
===================================================================
--- gnunet/src/dht/gnunet-service-wdht_neighbours.c     2015-05-01 09:29:22 UTC 
(rev 35707)
+++ gnunet/src/dht/gnunet-service-wdht_neighbours.c     2015-05-01 09:31:51 UTC 
(rev 35708)
@@ -642,6 +642,7 @@
 {
   // find closest finger(s) on all layers
   // use TrailRoute with PeerGetMessage embedded to contact peer
+  // NOTE: actually more complicated, see paper!
 }
 
 
@@ -708,7 +709,15 @@
 
 
 /**
- * Blah.
+ * Forward the given payload message along the trail.
+ *
+ * @param next_target which direction along the trail should we forward
+ * @param trail_id which trail should we forward along
+ * @param have_path do we track the forwarding path?
+ * @param predecessor which peer do we tack on to the path?
+ * @param path path the message has taken so far along the trail
+ * @param path_length number of entries in @a path
+ * @param payload payload of the message
  */
 static void
 forward_message_on_trail (struct FriendInfo *next_target,




reply via email to

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