From 2f272690e172d29138a10e4031c9325ab298eb45 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 29 Sep 2011 23:24:07 +0000 Subject: [PATCH] also demultiplex everywhere on put --- src/fs/gnunet-service-fs_put.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fs/gnunet-service-fs_put.c b/src/fs/gnunet-service-fs_put.c index 4910144d1..c029b4141 100644 --- a/src/fs/gnunet-service-fs_put.c +++ b/src/fs/gnunet-service-fs_put.c @@ -161,7 +161,8 @@ 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, 5 /* DEFAULT_PUT_REPLICATION */, GNUNET_DHT_RO_NONE, + 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); } -- 2.25.1