From 7d018d2383fc9352a43fc38aaa8477be9b04be1d Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 7 Oct 2011 11:11:14 +0000 Subject: Updated doxygen --- src/mesh/mesh_tunnel_tree.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/mesh') diff --git a/src/mesh/mesh_tunnel_tree.c b/src/mesh/mesh_tunnel_tree.c index 9c8d5e97d..da16bc95b 100644 --- a/src/mesh/mesh_tunnel_tree.c +++ b/src/mesh/mesh_tunnel_tree.c @@ -470,6 +470,12 @@ tree_get_path_to_peer(struct MeshTunnelTree *t, GNUNET_PEER_Id peer) /** * Integrate a stand alone path into the tunnel tree. + * If the peer toward which the new path is already in the tree, the peer + * and its children will be maked as disconnected and the callback + * will be called on each one of them. They will be maked as online only after + * receiving a PATH ACK for the new path for each one of them, so the caller + * should take care of sending a new CREATE PATH message for each disconnected + * peer. * * @param t Tunnel where to add the new path. * @param p Path to be integrated. -- cgit v1.2.3