- doc
authorBart Polot <bart@net.in.tum.de>
Thu, 7 Nov 2013 18:01:33 +0000 (18:01 +0000)
committerBart Polot <bart@net.in.tum.de>
Thu, 7 Nov 2013 18:01:33 +0000 (18:01 +0000)
src/mesh/mesh_api_enc.c

index e1eb697404d499789f01a24e0af06a7cef6eb34d..1c790c791b3944b3ba6103ef2ea3890f034b8784 100644 (file)
@@ -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