commit 4ff8e990e76e2c62c7d132b26deb2f2e3d0d0411 parent fb69ad9897d96ad2772ff3ef64d4673802765821 Author: Bart Polot <bart@net.in.tum.de> Date: Thu, 7 Nov 2013 17:50:00 +0000 - doc Diffstat:
| M | src/include/gnunet_mesh_service_enc.h | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/include/gnunet_mesh_service_enc.h b/src/include/gnunet_mesh_service_enc.h @@ -219,8 +219,11 @@ GNUNET_MESH_disconnect (struct GNUNET_MESH_Handle *handle); /** - * Create a new channel (we're initiator and will be allowed to add/remove peers - * and to broadcast). + * Create a new channel towards a remote peer. + * + * If the destination port is not open by any peer or the destination peer + * does not accept the channel, #GNUNET_MESH_ChannelEndHandler will be called + * for this channel. * * @param h mesh handle * @param channel_ctx client's channel context to associate with the channel