aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-01 09:31:51 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-01 09:31:51 +0000
commit7e771b0dada26d46514649cdd7a42e3b61ad23f8 (patch)
tree67bb6659644ec208ccb3ce133d10348bc05c1ece /src
parent7f8b9022207ed9b2d94d14844cc565dbbb401d8f (diff)
-fix doxygen
Diffstat (limited to 'src')
-rw-r--r--src/dht/gnunet-service-wdht_neighbours.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-wdht_neighbours.c b/src/dht/gnunet-service-wdht_neighbours.c
index 64a5d1e0fa..df02d8adf1 100644
--- a/src/dht/gnunet-service-wdht_neighbours.c
+++ b/src/dht/gnunet-service-wdht_neighbours.c
@@ -642,6 +642,7 @@ GDS_NEIGHBOURS_handle_get (const struct GNUNET_HashCode *key,
{
// 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 @@ delete_trail (struct Trail *trail,
/**
- * 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,