gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r17124 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r17124 - gnunet/src/fs
Date: Fri, 30 Sep 2011 01:24:08 +0200

Author: grothoff
Date: 2011-09-30 01:24:07 +0200 (Fri, 30 Sep 2011)
New Revision: 17124

Modified:
   gnunet/src/fs/gnunet-service-fs_put.c
Log:
also demultiplex everywhere on put

Modified: gnunet/src/fs/gnunet-service-fs_put.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs_put.c       2011-09-29 23:18:16 UTC (rev 
17123)
+++ gnunet/src/fs/gnunet-service-fs_put.c       2011-09-29 23:24:07 UTC (rev 
17124)
@@ -161,7 +161,8 @@
               "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);
 }




reply via email to

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