aboutsummaryrefslogtreecommitdiff
path: root/src/ats/perf_ats_solver.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/perf_ats_solver.conf')
-rw-r--r--src/ats/perf_ats_solver.conf28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/ats/perf_ats_solver.conf b/src/ats/perf_ats_solver.conf
deleted file mode 100644
index a535891df..000000000
--- a/src/ats/perf_ats_solver.conf
+++ /dev/null
@@ -1,28 +0,0 @@
1[ats]
2# Network specific inbound/outbound quotas
3UNSPECIFIED_QUOTA_IN = 1000000
4UNSPECIFIED_QUOTA_OUT = 1000000
5# LOOPBACK
6LOOPBACK_QUOTA_IN = 10000000
7LOOPBACK_QUOTA_OUT = 10000000
8# LAN
9LAN_QUOTA_IN = 10000000
10LAN_QUOTA_OUT = 10000000
11# WAN
12WAN_QUOTA_IN = 10000000
13WAN_QUOTA_OUT = 10000000
14# WLAN
15WLAN_QUOTA_IN = 10000000
16WLAN_QUOTA_OUT = 10000000
17# BLUETOOTH
18BLUETOOTH_QUOTA_IN = 10000000
19BLUETOOTH_QUOTA_OUT = 10000000
20
21# Proportional specific settings
22# How proportional to preferences is bandwidth distribution in a network
23# 1: Fair with respect to addresses without preferences
24# > 10: The bigger, the more respect is paid to preferences
25PROP_PROPORTIONALITY_FACTOR = 2.00
26# Should we stick to existing connections are prefer to switch?
27# [10...200], lower value prefers to switch, bigger value is more tolerant
28PROP_STABILITY_FACTOR = 1.25