* @param type type of the result
* @param size number of bytes in data
* @param data pointer to the result data
- *
- * FIXME path
*/
static void
dht_get_id_handler (void *cls, struct GNUNET_TIME_Absolute exp,
{
struct MeshPathInfo *path_info;
+ if (NULL != peer_d->dhtget)
+ return;
path_info = GNUNET_malloc(sizeof(struct MeshPathInfo));
path_info->path = p;
path_info->peer = peer_d;
*
* @return Short ID of the peer disconnected (either p1 or p2).
* 0 if the tunnel remained unaffected.
- *
- * FIXME working on it
*/
static GNUNET_PEER_Id
tunnel_notify_connection_broken (struct MeshTunnel *t,
* @param size number of bytes in data
* @param data pointer to the result data
*
- * FIXME path
+ * TODO: re-issue the request after certain time? cancel after X results?
*/
static void
dht_get_id_handler (void *cls, struct GNUNET_TIME_Absolute exp,