aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats.conf.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-05-14 08:34:07 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-05-14 08:34:07 +0000
commit41cff0bca30e6c1e891bcdabc50a4ab4c20e805b (patch)
treed8d136cc5d1f85c9b31c51d2bcda0fd52ff1e1d4 /src/ats/ats.conf.in
parent4cb749c370a4fd93a00734c5692a6e3664a5d67f (diff)
downloadgnunet-41cff0bca30e6c1e891bcdabc50a4ab4c20e805b.tar.gz
gnunet-41cff0bca30e6c1e891bcdabc50a4ab4c20e805b.zip
use cfg function in solvers
Diffstat (limited to 'src/ats/ats.conf.in')
-rw-r--r--src/ats/ats.conf.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ats/ats.conf.in b/src/ats/ats.conf.in
index f321b7af1..b80fbaa1e 100644
--- a/src/ats/ats.conf.in
+++ b/src/ats/ats.conf.in
@@ -34,12 +34,12 @@ BLUETOOTH_QUOTA_OUT = 128 KiB
34 34
35# Proportional specific settings 35# Proportional specific settings
36# How proportional to preferences is bandwidth distribution in a network 36# How proportional to preferences is bandwidth distribution in a network
37# 1: Fair with respect to addresses without preferences 37# 1.0: Fair with respect to addresses without preferences
38# > 100: The bigger, the more respect is payed to preferences 38# > 1.0: The bigger, the more respect is payed to preferences
39PROP_PROPORTIONALITY_FACTOR = 200 39PROP_PROPORTIONALITY_FACTOR = 2.00
40# Should we stick to existing connections are prefer to switch? 40# Should we stick to existing connections are prefer to switch?
41# [100...200], lower value prefers to switch, bigger value is more tolerant 41# [1.0...2.0], lower value prefers to switch, bigger value is more tolerant
42PROP_STABILITY_FACTOR = 125 42PROP_STABILITY_FACTOR = 1.25
43 43
44# MLP specific settings 44# MLP specific settings
45# MLP defaults 45# MLP defaults