gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit f805e6a11f80da236c61e43e35a4142ba6c6925e
parent 4ff8e990e76e2c62c7d132b26deb2f2e3d0d0411
Author: Bart Polot <bart@net.in.tum.de>
Date:   Thu,  7 Nov 2013 18:01:33 +0000

- doc


Diffstat:
Msrc/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 @@ -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