- start test only after warmup
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_channel.h
index 504754148c849fa0c4f1a61a7a65d21d9cc79a65..e1d5d4876ab7b757806941290b2a0c151b9eed4e 100644 (file)
@@ -61,12 +61,13 @@ struct MeshChannel;
 void
 GMCH_destroy (struct MeshChannel *ch);
 
+
 /**
- * Get channel ID.
+ * Get the channel's public ID.
  *
  * @param ch Channel.
  *
- * @return ID
+ * @return ID used to identify the channel with the remote peer.
  */
 MESH_ChannelNumber
 GMCH_get_id (const struct MeshChannel *ch);