aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_connection.h')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.h b/src/mesh/gnunet-service-mesh_connection.h
index d6b261002..3f75bcdab 100644
--- a/src/mesh/gnunet-service-mesh_connection.h
+++ b/src/mesh/gnunet-service-mesh_connection.h
@@ -231,7 +231,10 @@ GMC_new (const struct GNUNET_HashCode *cid,
231 unsigned int own_pos); 231 unsigned int own_pos);
232 232
233/** 233/**
234 * Connection is no longer needed: destroy it and remove from tunnel. 234 * Connection is no longer needed: destroy it.
235 *
236 * Cancels all pending traffic (including possible DESTROY messages), all
237 * maintenance tasks and removes the connection from neighbor peers and tunnel.
235 * 238 *
236 * @param c Connection to destroy. 239 * @param c Connection to destroy.
237 */ 240 */