aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-18 16:22:14 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-18 16:22:14 +0000
commitfb12af8319a84389a536ab2f3735daf3b24f11bd (patch)
tree53e1424149fe8e7d5673e783868fcaa8a6bdbb55 /src/ats
parentd19064a18f3fcf35c94d7f56485e41fb3425d066 (diff)
downloadgnunet-fb12af8319a84389a536ab2f3735daf3b24f11bd.tar.gz
gnunet-fb12af8319a84389a536ab2f3735daf3b24f11bd.zip
-use const in peerstore callback
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/ats.conf.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ats/ats.conf.in b/src/ats/ats.conf.in
index f8e323037..8765de434 100644
--- a/src/ats/ats.conf.in
+++ b/src/ats/ats.conf.in
@@ -35,7 +35,7 @@ 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.0: Fair with respect to addresses without preferences 37# 1.0: Fair with respect to addresses without preferences
38# > 1.0: The bigger, the more respect is payed to preferences 38# > 1.0: The bigger, the more respect is payed to preferences
39PROP_PROPORTIONALITY_FACTOR = 2.00 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# [1.0...2.0], 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
@@ -47,7 +47,7 @@ PROP_STABILITY_FACTOR = 1.25
47# Maximum duration for a solution process (both LP and MILP) 47# Maximum duration for a solution process (both LP and MILP)
48# MLP_MAX_DURATION = 3 s 48# MLP_MAX_DURATION = 3 s
49# Maximum numbero of iterations for a solution process (only LP) 49# Maximum numbero of iterations for a solution process (only LP)
50# MLP_MAX_ITERATIONS = 50# MLP_MAX_ITERATIONS =
51# Tolerated MIP Gap [0.0 .. 1.0], default 0.025 51# Tolerated MIP Gap [0.0 .. 1.0], default 0.025
52MLP_MAX_MIP_GAP = 0.025 52MLP_MAX_MIP_GAP = 0.025
53# Tolerated LP/MIP Gap [0.0 .. 1.0], default 0.025 53# Tolerated LP/MIP Gap [0.0 .. 1.0], default 0.025