fixing resource leaks
[oweals/gnunet.git] / src / ats / ats.conf.in
index 8a87f69ee384925e06de6c68ad4b83bd67c319a8..229fc52b8d981472fbb2a3a0562cb76ba6f4ba19 100644 (file)
@@ -1,5 +1,5 @@
 [ats]
-AUTOSTART = YES
+AUTOSTART = @AUTOSTART@
 @UNIXONLY@ PORT = 2098
 HOSTNAME = localhost
 BINARY = gnunet-service-ats
@@ -34,13 +34,12 @@ BLUETOOTH_QUOTA_OUT = 128 KiB
 
 
 # MLP specific settings
-MLP_MIN_INTERVAL = 15000
-
-# check if required
-#MLP_EXEC_INTERVAL = 30000
-
 # MLP defaults
+
+# Maximum duration for a solution process
 # MLP_MAX_DURATION = 3 s
+
+# Maximum number of iterations for a solution process
 # MLP_MAX_ITERATIONS = 1024
 # MLP_COEFFICIENT_D = 1.0
 # MLP_COEFFICIENT_U = 1.0
@@ -48,11 +47,15 @@ MLP_MIN_INTERVAL = 15000
 # MLP_MIN_BANDWIDTH = 1024
 # MLP_MIN_CONNECTIONS = 4
 
-# MLP Debugging settings
-DUMP_MLP = NO
-DUMP_SOLUTION = NO
-DUMP_OVERWRITE = NO
-DUMP_MIN_PEERS = 0
-DUMP_MIN_ADDRS = 0
-DUMP_OVERWRITE = NO
-
+# MLP Log settings
+# Dump all problems to disk
+# MLP_DUMP_PROBLEM_ALL = YES
+# Dump all solution to disk
+# MLP_DUMP_SOLUTION_ALL = YES
+# Print GLPK output
+# MLP_GLPK_VERBOSE = YES
+
+# Dump all problems to disk
+MLP_DUMP_PROBLEM_ON_FAIL = YES
+# Dump all solution to disk
+MLP_DUMP_SOLUTION_ON_FAIL = YES
\ No newline at end of file