REST: nothing triggers rest
[oweals/gnunet.git] / src / ats / ats.conf.in
index f8e323037f34fd41a33549b1b330aaa6a2d1299a..53c0de0c5ca598a84f963a8ad3c96f5516ed7fe2 100644 (file)
@@ -1,5 +1,5 @@
 [ats]
-AUTOSTART = @AUTOSTART@
+START_ON_DEMAND = @START_ON_DEMAND@
 @UNIXONLY@ PORT = 2098
 HOSTNAME = localhost
 BINARY = gnunet-service-ats
@@ -8,9 +8,9 @@ ACCEPT_FROM6 = ::1;
 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-ats.sock
 UNIX_MATCH_UID = NO
 UNIX_MATCH_GID = YES
-
+# PREFIX = valgrind
 # Designated assignment mode: PROPORTIONAL / MLP / RIL
-MODE = PROPORTIONAL
+MODE = proportional
 
 # Network specific inbound/outbound quotas
 UNSPECIFIED_QUOTA_IN = 64 KiB
@@ -35,7 +35,7 @@ BLUETOOTH_QUOTA_OUT = 128 KiB
 # Proportional specific settings
 # How proportional to preferences is bandwidth distribution in a network
 # 1.0: Fair with respect to addresses without preferences
-# > 1.0: The bigger, the more respect is payed to preferences 
+# > 1.0: The bigger, the more respect is payed to preferences
 PROP_PROPORTIONALITY_FACTOR = 2.00
 # Should we stick to existing connections are prefer to switch?
 # [1.0...2.0], lower value prefers to switch, bigger value is more tolerant
@@ -47,7 +47,7 @@ PROP_STABILITY_FACTOR = 1.25
 # Maximum duration for a solution process (both LP and MILP)
 # MLP_MAX_DURATION = 3 s
 # Maximum numbero of iterations for a solution process (only LP)
-# MLP_MAX_ITERATIONS = 
+# MLP_MAX_ITERATIONS =
 # Tolerated MIP Gap [0.0 .. 1.0], default 0.025
 MLP_MAX_MIP_GAP = 0.025
 # Tolerated LP/MIP Gap [0.0 .. 1.0], default 0.025