aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-24 22:44:22 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-24 22:44:22 +0000
commitad9e7ee447a687725cc29138703502c0d23dd9cb (patch)
tree41d83455117804defc6f2ecd1218df570eac293d /src/fs/fs.h
parenta2467fb0dcd123ad6ed0cab821ac9cec5d63d01a (diff)
downloadgnunet-ad9e7ee447a687725cc29138703502c0d23dd9cb.tar.gz
gnunet-ad9e7ee447a687725cc29138703502c0d23dd9cb.zip
hacking on fs features
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index a7ae457d5..b3bf24e2a 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -157,7 +157,7 @@
157/** 157/**
158 * Bandwidth value of an (effectively) 0-priority query. 158 * Bandwidth value of an (effectively) 0-priority query.
159 */ 159 */
160#define QUERY_BANDWIDTH_VALUE 0.001 160#define QUERY_BANDWIDTH_VALUE 1
161 161
162/** 162/**
163 * Bandwidth value of a 0-priority content (must be 163 * Bandwidth value of a 0-priority content (must be
@@ -166,7 +166,7 @@
166 * since it can take many queries to get one piece of 166 * since it can take many queries to get one piece of
167 * content). 167 * content).
168 */ 168 */
169#define CONTENT_BANDWIDTH_VALUE 0.8 169#define CONTENT_BANDWIDTH_VALUE 800
170 170
171/** 171/**
172 * By which amount do we decrement the TTL for simple forwarding / 172 * By which amount do we decrement the TTL for simple forwarding /