gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r30382 - gnunet/src/mesh
Date: Mon, 21 Oct 2013 18:12:48 +0200

Author: bartpolot
Date: 2013-10-21 18:12:48 +0200 (Mon, 21 Oct 2013)
New Revision: 30382

Modified:
   gnunet/src/mesh/gnunet-service-mesh_connection.c
   gnunet/src/mesh/gnunet-service-mesh_connection.h
Log:
- doxygen


Modified: gnunet/src/mesh/gnunet-service-mesh_connection.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_connection.c    2013-10-21 16:12:26 UTC 
(rev 30381)
+++ gnunet/src/mesh/gnunet-service-mesh_connection.c    2013-10-21 16:12:48 UTC 
(rev 30382)
@@ -787,8 +787,11 @@
 
 /**
  * Cancel all transmissions that belong to a certain connection.
+ * 
+ * If the connection is scheduled for destruction and no more messages are 
left,
+ * the connection will be destroyed by the continuation call.
  *
- * @param c Connection which to cancel.
+ * @param c Connection which to cancel. Might be destroyed during this call.
  * @param fwd Cancel fwd traffic?
  */
 static void

Modified: gnunet/src/mesh/gnunet-service-mesh_connection.h
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_connection.h    2013-10-21 16:12:26 UTC 
(rev 30381)
+++ gnunet/src/mesh/gnunet-service-mesh_connection.h    2013-10-21 16:12:48 UTC 
(rev 30382)
@@ -231,8 +231,11 @@
          unsigned int own_pos);
 
 /**
- * Connection is no longer needed: destroy it and remove from tunnel.
+ * Connection is no longer needed: destroy it.
  *
+ * Cancels all pending traffic (including possible DESTROY messages), all
+ * maintenance tasks and removes the connection from neighbor peers and tunnel.
+ *
  * @param c Connection to destroy.
  */
 void




reply via email to

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