fix
[oweals/gnunet.git] / src / fs / fs.h
index a7ae457d56eae82c0c70be64d92cf397c1817d52..b3bf24e2ada5828c9906c4d5ca62c4cbf5a98f63 100644 (file)
 /**
  * Bandwidth value of an (effectively) 0-priority query.
  */
-#define QUERY_BANDWIDTH_VALUE 0.001
+#define QUERY_BANDWIDTH_VALUE 1
 
 /**
  * Bandwidth value of a 0-priority content (must be
  * since it can take many queries to get one piece of
  * content).
  */
-#define CONTENT_BANDWIDTH_VALUE 0.8
+#define CONTENT_BANDWIDTH_VALUE 800
 
 /**
  * By which amount do we decrement the TTL for simple forwarding /