aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-06-19 09:28:45 +0000
committerBart Polot <bart@net.in.tum.de>2013-06-19 09:28:45 +0000
commit17353bc0a47c89bda205f23e7995377c9bfe7769 (patch)
treec4ed6c61eccea2986fb7947d58b1818eef9b7653 /src
parent6bc985101e091c74b711b6e53d5bac41979d8bd7 (diff)
downloadgnunet-17353bc0a47c89bda205f23e7995377c9bfe7769.tar.gz
gnunet-17353bc0a47c89bda205f23e7995377c9bfe7769.zip
- document bug #2896: domunet tunnel_destroy behavior
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_mesh2_service.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/include/gnunet_mesh2_service.h b/src/include/gnunet_mesh2_service.h
index 18724fd38..c69ac2bfd 100644
--- a/src/include/gnunet_mesh2_service.h
+++ b/src/include/gnunet_mesh2_service.h
@@ -206,10 +206,13 @@ GNUNET_MESH_tunnel_create (struct GNUNET_MESH_Handle *h,
206 206
207 207
208/** 208/**
209 * Destroy an existing tunnel. The existing end callback for the tunnel will 209 * Destroy an existing tunnel.
210 * be called. 210 *
211 * The existing end callback for the tunnel will be called immediately.
212 * Any pending outgoing messages will be sent but no incoming messages will be
213 * accepted and no data callbacks will be called.
211 * 214 *
212 * @param tunnel tunnel handle 215 * @param tunnel Tunnel handle, becomes invalid after this call.
213 */ 216 */
214void 217void
215GNUNET_MESH_tunnel_destroy (struct GNUNET_MESH_Tunnel *tunnel); 218GNUNET_MESH_tunnel_destroy (struct GNUNET_MESH_Tunnel *tunnel);