summaryrefslogtreecommitdiff
path: root/src/ats/ats.conf.in
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-28 12:23:08 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-28 12:23:08 +0000
commit91ec406325df69dc89d44a604a0b67c052f57cfc (patch)
treecf3985f7db72d668102158f3fc65f42f3cfff42a /src/ats/ats.conf.in
parentec310a9a392987e8ddcaf14266f104d73a678b03 (diff)
downloadgnunet-91ec406325df69dc89d44a604a0b67c052f57cfc.tar.gz
gnunet-91ec406325df69dc89d44a604a0b67c052f57cfc.zip
clean up configuration parameters and implementation
Diffstat (limited to 'src/ats/ats.conf.in')
-rw-r--r--src/ats/ats.conf.in25
1 files changed, 13 insertions, 12 deletions
diff --git a/src/ats/ats.conf.in b/src/ats/ats.conf.in
index 589ee6802..57e82cefc 100644
--- a/src/ats/ats.conf.in
+++ b/src/ats/ats.conf.in
@@ -34,13 +34,12 @@ BLUETOOTH_QUOTA_OUT = 128 KiB
34 34
35 35
36# MLP specific settings 36# MLP specific settings
37MLP_MIN_INTERVAL = 15000
38
39# check if required
40#MLP_EXEC_INTERVAL = 30000
41
42# MLP defaults 37# MLP defaults
38
39# Maximum duration for a solution process
43# MLP_MAX_DURATION = 3 s 40# MLP_MAX_DURATION = 3 s
41
42# Maximum number of iterations for a solution process
44# MLP_MAX_ITERATIONS = 1024 43# MLP_MAX_ITERATIONS = 1024
45# MLP_COEFFICIENT_D = 1.0 44# MLP_COEFFICIENT_D = 1.0
46# MLP_COEFFICIENT_U = 1.0 45# MLP_COEFFICIENT_U = 1.0
@@ -48,11 +47,13 @@ MLP_MIN_INTERVAL = 15000
48# MLP_MIN_BANDWIDTH = 1024 47# MLP_MIN_BANDWIDTH = 1024
49# MLP_MIN_CONNECTIONS = 4 48# MLP_MIN_CONNECTIONS = 4
50 49
51# MLP Debugging settings 50# MLP Log settings
52DUMP_MLP = NO 51# Dump all problems to disk
53DUMP_SOLUTION = NO 52# DUMP_PROBLEM_ALL = YES
54DUMP_OVERWRITE = NO 53# Dump all solution to disk
55DUMP_MIN_PEERS = 0 54# DUMP_SOLUTION_ALL = YES
56DUMP_MIN_ADDRS = 0
57DUMP_OVERWRITE = NO
58 55
56# Dump all problems to disk
57DUMP_PROBLEM_ON_FAIL = YES
58# Dump all solution to disk
59DUMP_SOLUTION_ON_FAIL = YES \ No newline at end of file