gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17016 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r17016 - gnunet/src/mesh
Date: Mon, 26 Sep 2011 17:56:52 +0200

Author: bartpolot
Date: 2011-09-26 17:56:52 +0200 (Mon, 26 Sep 2011)
New Revision: 17016

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
Log:
Minor fix, comments

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2011-09-26 14:44:29 UTC (rev 
17015)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2011-09-26 15:56:52 UTC (rev 
17016)
@@ -616,8 +616,6 @@
  * @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,
@@ -781,6 +779,8 @@
     {
       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;
@@ -1143,8 +1143,6 @@
  *
  * @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,
@@ -2118,7 +2116,7 @@
  * @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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]