aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ats/ats.conf.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ats/ats.conf.in b/src/ats/ats.conf.in
index 4abddd99c..2c65869dd 100644
--- a/src/ats/ats.conf.in
+++ b/src/ats/ats.conf.in
@@ -15,8 +15,8 @@ MODE = proportional
15# IMPORTANT: Do not lower those quotas below 10 MiB 15# IMPORTANT: Do not lower those quotas below 10 MiB
16# Or your peer may not bootstrap correctly. 16# Or your peer may not bootstrap correctly.
17# Network specific inbound/outbound quotas 17# Network specific inbound/outbound quotas
18UNSPECIFIED_QUOTA_IN = 10 MiB 18UNSPECIFIED_QUOTA_IN = unlimited
19UNSPECIFIED_QUOTA_OUT = 10 MiB 19UNSPECIFIED_QUOTA_OUT = unlimited
20# LOOPBACK 20# LOOPBACK
21LOOPBACK_QUOTA_IN = unlimited 21LOOPBACK_QUOTA_IN = unlimited
22LOOPBACK_QUOTA_OUT = unlimited 22LOOPBACK_QUOTA_OUT = unlimited
@@ -27,8 +27,8 @@ LAN_QUOTA_OUT = unlimited
27WAN_QUOTA_IN = 10 MiB 27WAN_QUOTA_IN = 10 MiB
28WAN_QUOTA_OUT = 10 MiB 28WAN_QUOTA_OUT = 10 MiB
29# WLAN 29# WLAN
30WLAN_QUOTA_IN = 10 MiB 30WLAN_QUOTA_IN = unlimited
31WLAN_QUOTA_OUT = 10 MiB 31WLAN_QUOTA_OUT = unlimited
32# BLUETOOTH 32# BLUETOOTH
33BLUETOOTH_QUOTA_IN = 10 MiB 33BLUETOOTH_QUOTA_IN = 10 MiB
34BLUETOOTH_QUOTA_OUT = 10 MiB 34BLUETOOTH_QUOTA_OUT = 10 MiB
@@ -38,7 +38,7 @@ BLUETOOTH_QUOTA_OUT = 10 MiB
38# How proportional to preferences is bandwidth distribution in a network 38# How proportional to preferences is bandwidth distribution in a network
39# 1.0: Fair with respect to addresses without preferences 39# 1.0: Fair with respect to addresses without preferences
40# > 1.0: The bigger, the more respect is paid to preferences 40# > 1.0: The bigger, the more respect is paid to preferences
41PROP_PROPORTIONALITY_FACTOR = 2.00 41PROP_PROPORTIONALITY_FACTOR = 10.00
42# Should we stick to existing connections are prefer to switch? 42# Should we stick to existing connections or prefer to switch?
43# [1.0...2.0], lower value prefers to switch, bigger value is more tolerant 43# [1.0...2.0], lower value prefers to switch, bigger value is more tolerant
44PROP_STABILITY_FACTOR = 1.25 44PROP_STABILITY_FACTOR = 1.25