comments
authorFlorian Dold <florian.dold@gmail.com>
Thu, 23 Feb 2017 13:52:02 +0000 (14:52 +0100)
committerFlorian Dold <florian.dold@gmail.com>
Thu, 23 Feb 2017 16:47:37 +0000 (17:47 +0100)
src/set/gnunet-service-set_union.c

index 83201872387a82e54b12f9a9024af1684b7ede12..137216ed7bcc543d4a365d9d3f5f3008e9b37f15 100644 (file)
@@ -148,7 +148,7 @@ struct OperationState
   struct InvertibleBloomFilter *local_ibf;
 
   /**
-   * Maps IBF-Keys (specific to the current salt) to elements.
+   * Maps unsalted IBF-Keys to elements.
    * Used as a multihashmap, the keys being the lower 32bit of the IBF-Key.
    * Colliding IBF-Keys are linked.
    */
@@ -1379,7 +1379,11 @@ handle_p2p_inquiry (void *cls,
 
 
 /**
- * FIXME
+ * Handle a demand by the other peer for elements based on a list
+ * of GNUNET_HashCode-s.
+ *
+ * @parem cls closure, a set union operation
+ * @param mh the demand message
  */
 static void
 handle_p2p_demand (void *cls,