aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/ats.conf.in')
-rw-r--r--src/ats/ats.conf.in44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/ats/ats.conf.in b/src/ats/ats.conf.in
deleted file mode 100644
index 4abddd99c..000000000
--- a/src/ats/ats.conf.in
+++ /dev/null
@@ -1,44 +0,0 @@
1[ats]
2START_ON_DEMAND = @START_ON_DEMAND@
3@UNIXONLY@ PORT = 2098
4HOSTNAME = localhost
5BINARY = gnunet-service-ats
6ACCEPT_FROM = 127.0.0.1;
7ACCEPT_FROM6 = ::1;
8UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-ats.sock
9UNIX_MATCH_UID = NO
10UNIX_MATCH_GID = YES
11# PREFIX = valgrind
12# Designated assignment mode: PROPORTIONAL / MLP / RIL
13MODE = proportional
14
15# IMPORTANT: Do not lower those quotas below 10 MiB
16# Or your peer may not bootstrap correctly.
17# Network specific inbound/outbound quotas
18UNSPECIFIED_QUOTA_IN = 10 MiB
19UNSPECIFIED_QUOTA_OUT = 10 MiB
20# LOOPBACK
21LOOPBACK_QUOTA_IN = unlimited
22LOOPBACK_QUOTA_OUT = unlimited
23# LAN
24LAN_QUOTA_IN = unlimited
25LAN_QUOTA_OUT = unlimited
26# WAN
27WAN_QUOTA_IN = 10 MiB
28WAN_QUOTA_OUT = 10 MiB
29# WLAN
30WLAN_QUOTA_IN = 10 MiB
31WLAN_QUOTA_OUT = 10 MiB
32# BLUETOOTH
33BLUETOOTH_QUOTA_IN = 10 MiB
34BLUETOOTH_QUOTA_OUT = 10 MiB
35# ATS options
36
37# Proportional specific settings
38# How proportional to preferences is bandwidth distribution in a network
39# 1.0: Fair with respect to addresses without preferences
40# > 1.0: The bigger, the more respect is paid to preferences
41PROP_PROPORTIONALITY_FACTOR = 2.00
42# Should we stick to existing connections are prefer to switch?
43# [1.0...2.0], lower value prefers to switch, bigger value is more tolerant
44PROP_STABILITY_FACTOR = 1.25