aboutsummaryrefslogtreecommitdiff
path: root/src/ats/perf_ats_solver.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-05-13 12:47:54 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-05-13 12:47:54 +0000
commit9948a0b7e77fa3ae2d6ed28d7dc50236e869fc93 (patch)
tree53b1ab382b1c70cdab41de017bcc30a4380468a4 /src/ats/perf_ats_solver.conf
parent093f0291be26fa3dfc6fc98a536028ef99517832 (diff)
downloadgnunet-9948a0b7e77fa3ae2d6ed28d7dc50236e869fc93.tar.gz
gnunet-9948a0b7e77fa3ae2d6ed28d7dc50236e869fc93.zip
supporting additional log formats like MPS
Diffstat (limited to 'src/ats/perf_ats_solver.conf')
-rw-r--r--src/ats/perf_ats_solver.conf38
1 files changed, 20 insertions, 18 deletions
diff --git a/src/ats/perf_ats_solver.conf b/src/ats/perf_ats_solver.conf
index a48bae909..5bf7fc325 100644
--- a/src/ats/perf_ats_solver.conf
+++ b/src/ats/perf_ats_solver.conf
@@ -1,30 +1,30 @@
1[ats] 1[ats]
2# Network specific inbound/outbound quotas 2# Network specific inbound/outbound quotas
3UNSPECIFIED_QUOTA_IN = 10000 3UNSPECIFIED_QUOTA_IN = 1000
4UNSPECIFIED_QUOTA_OUT = 10000 4UNSPECIFIED_QUOTA_OUT = 1000
5# LOOPBACK 5# LOOPBACK
6LOOPBACK_QUOTA_IN = 10000 6LOOPBACK_QUOTA_IN = 100000
7LOOPBACK_QUOTA_OUT = 10000 7LOOPBACK_QUOTA_OUT = 100000
8# LAN 8# LAN
9LAN_QUOTA_IN = 10000 9LAN_QUOTA_IN = 100000
10LAN_QUOTA_OUT = 10000 10LAN_QUOTA_OUT = 100000
11# WAN 11# WAN
12WAN_QUOTA_IN = 10000 12WAN_QUOTA_IN = 100000
13WAN_QUOTA_OUT = 10000 13WAN_QUOTA_OUT = 100000
14# WLAN 14# WLAN
15WLAN_QUOTA_IN = 10000 15WLAN_QUOTA_IN = 1000
16WLAN_QUOTA_OUT = 10000 16WLAN_QUOTA_OUT = 1000
17# BLUETOOTH 17# BLUETOOTH
18BLUETOOTH_QUOTA_IN = 10000 18BLUETOOTH_QUOTA_IN = 1000
19BLUETOOTH_QUOTA_OUT = 10000 19BLUETOOTH_QUOTA_OUT = 1000
20 20
21# Proportional specific settings 21# Proportional specific settings
22# How proportional to preferences is bandwidth distribution in a network 22# How proportional to preferences is bandwidth distribution in a network
23# 1: Fair with respect to addresses without preferences 23# 1: Fair with respect to addresses without preferences
24# > 100: The bigger, the more respect is payed to preferences 24# > 10: The bigger, the more respect is payed to preferences
25PROP_PROPORTIONALITY_FACTOR = 200 25PROP_PROPORTIONALITY_FACTOR = 200
26# Should we stick to existing connections are prefer to switch? 26# Should we stick to existing connections are prefer to switch?
27# [100...200], lower value prefers to switch, bigger value is more tolerant 27# [10...200], lower value prefers to switch, bigger value is more tolerant
28PROP_STABILITY_FACTOR = 125 28PROP_STABILITY_FACTOR = 125
29 29
30# MLP specific settings 30# MLP specific settings
@@ -38,16 +38,18 @@ PROP_STABILITY_FACTOR = 125
38# MLP_COEFFICIENT_D = 1.0 38# MLP_COEFFICIENT_D = 1.0
39# MLP_COEFFICIENT_U = 1.0 39# MLP_COEFFICIENT_U = 1.0
40# MLP_COEFFICIENT_R = 1.0 40# MLP_COEFFICIENT_R = 1.0
41MLP_MIN_BANDWIDTH = 10 41MLP_MIN_BANDWIDTH = 1024
42# MLP_MIN_CONNECTIONS = 4 42# MLP_MIN_CONNECTIONS = 4
43MLP_DBG_FEASIBILITY_ONLY = NO 43#MLP_DBG_FEASIBILITY_ONLY = YES
44MLP_DBG_AUTOSCALE_PROBLEM = YES 44MLP_DBG_AUTOSCALE_PROBLEM = YES
45# MLP_DBG_INTOPT_PRESOLVE = YES 45# MLP_DBG_INTOPT_PRESOLVE = YES
46#MLP_DBG_GLPK_VERBOSE = YES 46MLP_DBG_GLPK_VERBOSE = YES
47
48MLP_LOG_FORMAT = MPS
47 49
48# MLP Log settings 50# MLP Log settings
49# Dump all problems to disk 51# Dump all problems to disk
50MLP_DUMP_PROBLEM_ALL = NO 52MLP_DUMP_PROBLEM_ALL = YES
51# Dump all solution to disk 53# Dump all solution to disk
52MLP_DUMP_SOLUTION_ALL = NO 54MLP_DUMP_SOLUTION_ALL = NO
53# Print GLPK output 55# Print GLPK output