aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-07 13:52:14 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-07 13:52:14 +0000
commit14d30b9759fad1d797fe0650c11b38b869163e51 (patch)
treee0a1b5b1005bf59bac72b0a8812ccea53c45cb79 /src/fs/fs.h
parent5f0ced15a7ac2363341fc5657f93f5932bda2719 (diff)
downloadgnunet-14d30b9759fad1d797fe0650c11b38b869163e51.tar.gz
gnunet-14d30b9759fad1d797fe0650c11b38b869163e51.zip
adding support for artificial delays
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index 0eba5615c..d48af35b4 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -123,12 +123,6 @@
123#define AVAILABILITY_TRIALS_MAX 8 123#define AVAILABILITY_TRIALS_MAX 8
124 124
125/** 125/**
126 * By how much (in ms) do we decrement the TTL
127 * at each hop?
128 */
129#define TTL_DECREMENT 5000
130
131/**
132 * Length of the P2P success tracker. Note that 126 * Length of the P2P success tracker. Note that
133 * having a very long list can also hurt performance. 127 * having a very long list can also hurt performance.
134 */ 128 */