From f805e6a11f80da236c61e43e35a4142ba6c6925e Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Thu, 7 Nov 2013 18:01:33 +0000 Subject: [PATCH] - doc --- src/mesh/mesh_api_enc.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/mesh/mesh_api_enc.c b/src/mesh/mesh_api_enc.c index e1eb69740..1c790c791 100644 --- a/src/mesh/mesh_api_enc.c +++ b/src/mesh/mesh_api_enc.c @@ -1401,8 +1401,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