gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r17279 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r17279 - gnunet/src/mesh
Date: Fri, 7 Oct 2011 13:11:14 +0200

Author: bartpolot
Date: 2011-10-07 13:11:14 +0200 (Fri, 07 Oct 2011)
New Revision: 17279

Modified:
   gnunet/src/mesh/mesh_tunnel_tree.c
Log:
Updated doxygen

Modified: gnunet/src/mesh/mesh_tunnel_tree.c
===================================================================
--- gnunet/src/mesh/mesh_tunnel_tree.c  2011-10-07 11:08:40 UTC (rev 17278)
+++ gnunet/src/mesh/mesh_tunnel_tree.c  2011-10-07 11:11:14 UTC (rev 17279)
@@ -470,6 +470,12 @@
 
 /**
  * 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.




reply via email to

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