/**
* Search for a tunnel among the tunnels for a client
- * @param client the client whose tunnels to search in
+ * @param c the client whose tunnels to search in
* @param tid the local id of the tunnel
* @return tunnel handler, NULL if doesn't exist
*/
/**
* Destroy the path and free any allocated resources linked to it
- * @param t tunnel the path belongs to
* @param p the path to destroy
* @return GNUNET_OK on success
*/
/**
* Destroy the tunnel and free any allocated resources linked to it
- * @param c client the tunnel belongs to
* @param t the tunnel to destroy
* @return GNUNET_OK on success
*/
/**
* Remove a peer from a tunnel
- * @param t Tunnel handle
* @param p Peer handle
*/
static void
* timeout if needed.
*
* @param h mesh handle with the queue head and tail
- * @param q handle to the packet to be transmitted
+ * @param th handle to the packet to be transmitted
*/
static void
add_to_queue (struct GNUNET_MESH_Handle *h,
/**
* Process the incoming data packets
*
- * @param h The mesh handle
- * @param msh A message encapsulating the data
+ * @param h The mesh handle
+ * @param message A message encapsulating the data
*/
static void
process_incoming_data (struct GNUNET_MESH_Handle *h,
* connect handler is called.
*
* @param tunnel handle to existing tunnel
- * @param timeout how long to try to establish a connection
* @param peer peer to add
*/
void