aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-13 17:04:35 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-13 17:04:35 +0000
commitf491ac4fab469421986f77df0bbf79fefc417786 (patch)
tree1a99677ca3fc3489d6a0dd91443cc9a83bfcea74 /src/ats/ats.conf
parent85f65a86a9ea908907a89ce7862768b90ca9d084 (diff)
downloadgnunet-f491ac4fab469421986f77df0bbf79fefc417786.tar.gz
gnunet-f491ac4fab469421986f77df0bbf79fefc417786.zip
change default configurations on systems with UNIX domain sockets to NOT specify any port for TCP-based IPC (and interpret that as no TCP-based IPC desired), as we can and want to use UNIX domain sockets in this case by default
Diffstat (limited to 'src/ats/ats.conf')
-rw-r--r--src/ats/ats.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/ats/ats.conf b/src/ats/ats.conf
deleted file mode 100644
index 3b9e1a58e..000000000
--- a/src/ats/ats.conf
+++ /dev/null
@@ -1,24 +0,0 @@
1[ats]
2AUTOSTART = YES
3PORT = 2098
4HOSTNAME = localhost
5HOME = $SERVICEHOME
6CONFIG = $DEFAULTCONFIG
7BINARY = gnunet-service-ats
8ACCEPT_FROM = 127.0.0.1;
9ACCEPT_FROM6 = ::1;
10UNIXPATH = /tmp/gnunet-service-ats.sock
11UNIX_MATCH_UID = YES
12UNIX_MATCH_GID = YES
13MLP = NO
14WAN_QUOTA_IN = 65536
15WAN_QUOTA_OUT = 65536
16# ATS options
17DUMP_MLP = NO
18DUMP_SOLUTION = NO
19DUMP_OVERWRITE = NO
20DUMP_MIN_PEERS = 0
21DUMP_MIN_ADDRS = 0
22DUMP_OVERWRITE = NO
23ATS_MIN_INTERVAL = 15000
24ATS_EXEC_INTERVAL = 30000