X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ffs%2Fgnunet-service-fs_put.c;h=07d32ef31bd6d9d540249c5680576fefb447a695;hb=20e86c5bb520dadff4354ab8a0728b914ed82e3f;hp=4b4925d22f67519f18b1a14b0d152c86930cd3d1;hpb=16a6919a9f98ee9fa1fee9dd262906c321004a19;p=oweals%2Fgnunet.git diff --git a/src/fs/gnunet-service-fs_put.c b/src/fs/gnunet-service-fs_put.c index 4b4925d22..07d32ef31 100644 --- a/src/fs/gnunet-service-fs_put.c +++ b/src/fs/gnunet-service-fs_put.c @@ -82,7 +82,7 @@ static struct PutOperator operators[] = { /** * Task that is run periodically to obtain blocks for DHT PUTs. - * + * * @param cls type of blocks to gather * @param tc scheduler context (unused) */ @@ -93,7 +93,7 @@ gather_dht_put_blocks (void *cls, /** * Task that is run periodically to obtain blocks for DHT PUTs. - * + * * @param cls type of blocks to gather * @param tc scheduler context (unused) */ @@ -161,15 +161,16 @@ process_dht_put_content (void *cls, const GNUNET_HashCode * key, size_t size, "Retrieved block `%s' of type %u for DHT PUT\n", GNUNET_h2s (key), type); #endif - GNUNET_DHT_put (GSF_dht, key, DEFAULT_PUT_REPLICATION, GNUNET_DHT_RO_NONE, - type, size, data, expiration, GNUNET_TIME_UNIT_FOREVER_REL, + GNUNET_DHT_put (GSF_dht, key, 5 /* DEFAULT_PUT_REPLICATION */ , + GNUNET_DHT_RO_DEMULTIPLEX_EVERYWHERE, type, size, data, + expiration, GNUNET_TIME_UNIT_FOREVER_REL, &delay_dht_put_blocks, po); } /** * Task that is run periodically to obtain blocks for DHT PUTs. - * + * * @param cls type of blocks to gather * @param tc scheduler context (unused) */