summaryrefslogtreecommitdiff
path: root/src/ats/ats.conf.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-05-08 17:24:44 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-05-08 17:24:44 +0000
commit958faaf07bb35e765f34cf8dc45487483e71fb23 (patch)
treefe45ff1ca3eb05a842165cc31d760803b30ead5b /src/ats/ats.conf.in
parent09794f7d0dc2fe43878b88d0d65eb053e3928419 (diff)
downloadgnunet-958faaf07bb35e765f34cf8dc45487483e71fb23.tar.gz
gnunet-958faaf07bb35e765f34cf8dc45487483e71fb23.zip
- combining performance selection and stability in proportional address selection
- adding stbility tolerance configuration setting
Diffstat (limited to 'src/ats/ats.conf.in')
-rw-r--r--src/ats/ats.conf.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ats/ats.conf.in b/src/ats/ats.conf.in
index aa938e4c3..e5bda20bc 100644
--- a/src/ats/ats.conf.in
+++ b/src/ats/ats.conf.in
@@ -35,8 +35,11 @@ BLUETOOTH_QUOTA_OUT = 128 KiB
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: Fair with respect to addresses without preferences
38# > 1: The bigger, the more respect is payed to preferences 38# > 100: The bigger, the more respect is payed to preferences
39PROP_PROPORTIONALITY_FACTOR = 4 39PROP_PROPORTIONALITY_FACTOR = 200
40# Should we stick to existing connections are prefer to switch?
41# [100...200], lower value prefers to switch, bigger value is more tolerant
42PROP_STABILITY_FACTOR = 125
40 43
41# MLP specific settings 44# MLP specific settings
42# MLP defaults 45# MLP defaults