From: Bart Polot Date: Thu, 7 Nov 2013 18:01:33 +0000 (+0000) Subject: - doc X-Git-Tag: initial-import-from-subversion-38251~6190 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f805e6a11f80da236c61e43e35a4142ba6c6925e;p=oweals%2Fgnunet.git - doc --- 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