aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_normalization.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats_normalization.h')
-rw-r--r--src/ats/gnunet-service-ats_normalization.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ats/gnunet-service-ats_normalization.h b/src/ats/gnunet-service-ats_normalization.h
index 0a4625ab4..a82d66f46 100644
--- a/src/ats/gnunet-service-ats_normalization.h
+++ b/src/ats/gnunet-service-ats_normalization.h
@@ -29,9 +29,9 @@
29 29
30#define PREF_AGING_INTERVAL GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10) 30#define PREF_AGING_INTERVAL GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10)
31#define PREF_AGING_FACTOR 0.95 31#define PREF_AGING_FACTOR 0.95
32#define PREF_EPSILON 0.1 32#define PREF_EPSILON 0.01
33 33
34#define DEFAULT_REL_PREFERENCE 1.0 34#define DEFAULT_REL_PREFERENCE 0.0
35#define DEFAULT_ABS_PREFERENCE 0.0 35#define DEFAULT_ABS_PREFERENCE 0.0
36 36
37#define DEFAULT_REL_QUALITY 1.0 37#define DEFAULT_REL_QUALITY 1.0