-document expectations better
authorChristian Grothoff <christian@grothoff.org>
Tue, 17 Jan 2012 16:13:55 +0000 (16:13 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 17 Jan 2012 16:13:55 +0000 (16:13 +0000)
src/include/gnunet_mesh_service.h

index 96e108239033fb73c88fc5169f307ce6bedc33ba..b71c055b597a7057e6698748cdb544026a4a871a 100644 (file)
@@ -129,7 +129,9 @@ typedef void *(GNUNET_MESH_InboundTunnelNotificationHandler) (void *cls,
 
 /**
  * Function called whenever an inbound tunnel is destroyed.  Should clean up
- * any associated state.
+ * any associated state.  This function is NOT called if the client has
+ * explicitly asked for the tunnel to be destroyed using
+ * GNUNET_MESH_tunnel_destroy.
  *
  * @param cls closure (set from GNUNET_MESH_connect)
  * @param tunnel connection to the other end (henceforth invalid)