summaryrefslogtreecommitdiff
path: root/src/ats/perf_ats_solver.conf
blob: 5bf7fc32505631fe7a11afd873befc42400757a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[ats]
# Network specific inbound/outbound quotas
UNSPECIFIED_QUOTA_IN = 1000
UNSPECIFIED_QUOTA_OUT = 1000
# LOOPBACK
LOOPBACK_QUOTA_IN = 100000
LOOPBACK_QUOTA_OUT = 100000
# LAN
LAN_QUOTA_IN = 100000
LAN_QUOTA_OUT = 100000
# WAN
WAN_QUOTA_IN = 100000
WAN_QUOTA_OUT = 100000
# WLAN
WLAN_QUOTA_IN = 1000
WLAN_QUOTA_OUT = 1000
# BLUETOOTH
BLUETOOTH_QUOTA_IN = 1000
BLUETOOTH_QUOTA_OUT = 1000

# Proportional specific settings
# How proportional to preferences is bandwidth distribution in a network
# 1: Fair with respect to addresses without preferences
# > 10: The bigger, the more respect is payed to preferences 
PROP_PROPORTIONALITY_FACTOR = 200
# Should we stick to existing connections are prefer to switch?
# [10...200], lower value prefers to switch, bigger value is more tolerant
PROP_STABILITY_FACTOR = 125

# MLP specific settings
# 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
# MLP_COEFFICIENT_R = 1.0
MLP_MIN_BANDWIDTH = 1024
# MLP_MIN_CONNECTIONS = 4
#MLP_DBG_FEASIBILITY_ONLY = YES
MLP_DBG_AUTOSCALE_PROBLEM = YES
# MLP_DBG_INTOPT_PRESOLVE = YES
MLP_DBG_GLPK_VERBOSE = YES

MLP_LOG_FORMAT = MPS

# MLP Log settings
# Dump all problems to disk
MLP_DUMP_PROBLEM_ALL = YES
# Dump all solution to disk
MLP_DUMP_SOLUTION_ALL = NO
# Print GLPK output