aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-20 21:06:09 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-20 21:06:09 +0000
commitad3779a2fa64d275160ab742e73a01781d3273ed (patch)
treecdeb78fbddc19fbd5a1a883208b9a745b051617f /src/fs/gnunet-service-fs.c
parent388921507b4f56b448ec05aca67d20128f348711 (diff)
downloadgnunet-ad3779a2fa64d275160ab742e73a01781d3273ed.tar.gz
gnunet-ad3779a2fa64d275160ab742e73a01781d3273ed.zip
testing
Diffstat (limited to 'src/fs/gnunet-service-fs.c')
-rw-r--r--src/fs/gnunet-service-fs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c
index 4d0d13c97..7be57fdde 100644
--- a/src/fs/gnunet-service-fs.c
+++ b/src/fs/gnunet-service-fs.c
@@ -55,7 +55,7 @@
55 * a rather wasteful mode of operation (that might still get the highest 55 * a rather wasteful mode of operation (that might still get the highest
56 * throughput overall). 56 * throughput overall).
57 */ 57 */
58#define SUPPORT_DELAYS GNUNET_YES 58#define SUPPORT_DELAYS GNUNET_NO
59 59
60/** 60/**
61 * Size for the hash map for DHT requests from the FS 61 * Size for the hash map for DHT requests from the FS
@@ -90,7 +90,7 @@
90 * rather inefficient in larger networks, hence picking 1 is in 90 * rather inefficient in larger networks, hence picking 1 is in
91 * general not the best choice. 91 * general not the best choice.
92 */ 92 */
93#define RETRY_PROBABILITY_INV 3 93#define RETRY_PROBABILITY_INV 1
94 94
95/** 95/**
96 * What is the maximum delay for a P2P FS message (in our interaction 96 * What is the maximum delay for a P2P FS message (in our interaction