From 4ff8e990e76e2c62c7d132b26deb2f2e3d0d0411 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 7 Nov 2013 17:50:00 +0000 Subject: [PATCH] - doc --- 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 index af4eeaa5d..6819af655 100644 --- 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 -- 2.25.1