aboutsummaryrefslogtreecommitdiff
path: root/src/transport/perf_unix_peer2.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-09-01 08:21:52 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-09-01 08:21:52 +0000
commit48529094fd68b612d38616bbf2e16fd022ba8a72 (patch)
tree272f76962eab409270024e2dde8aecb9a4413b9f /src/transport/perf_unix_peer2.conf
parent6e0e7e09552af05a229cad2686d73e2d2ca18925 (diff)
downloadgnunet-48529094fd68b612d38616bbf2e16fd022ba8a72.tar.gz
gnunet-48529094fd68b612d38616bbf2e16fd022ba8a72.zip
remove PORT related information from unix
add unix perf cfgs
Diffstat (limited to 'src/transport/perf_unix_peer2.conf')
-rw-r--r--src/transport/perf_unix_peer2.conf57
1 files changed, 57 insertions, 0 deletions
diff --git a/src/transport/perf_unix_peer2.conf b/src/transport/perf_unix_peer2.conf
new file mode 100644
index 000000000..587b47b68
--- /dev/null
+++ b/src/transport/perf_unix_peer2.conf
@@ -0,0 +1,57 @@
1@INLINE@ template_cfg_peer2.conf
2[PATHS]
3GNUNET_TEST_HOME = /tmp/test-transport/api-tcp-p2/
4
5[transport]
6PORT = 12010
7PLUGINS = unix
8UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock
9
10
11[transport-unix]
12UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-unix.sock
13
14[arm]
15PORT = 12014
16DEFAULTSERVICES = transport hostlist
17UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock
18
19[statistics]
20PORT = 12013
21UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-statistics.sock
22
23[resolver]
24PORT = 12012
25UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-resolver.sock
26
27[peerinfo]
28PORT = 12011
29UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-peerinfo.sock
30
31[hostlist]
32HTTPPORT = 9080
33OPTIONS = -p
34BINDTOIPV4 = YES
35BINDTOIP = 127.0.0.1
36
37[ats]
38# Network specific inbound/outbound quotas
39UNSPECIFIED_QUOTA_IN = unlimited
40UNSPECIFIED_QUOTA_OUT = unlimited
41# LOOPBACK
42LOOPBACK_QUOTA_IN = unlimited
43LOOPBACK_QUOTA_OUT = unlimited
44# LAN
45LAN_QUOTA_IN = unlimited
46LAN_QUOTA_OUT = unlimited
47# WAN
48WAN_QUOTA_IN = unlimited
49WAN_QUOTA_OUT = unlimited
50# WLAN
51WLAN_QUOTA_IN = unlimited
52WLAN_QUOTA_OUT = unlimited
53# BLUETOOTH
54BLUETOOTH_QUOTA_IN = unlimited
55BLUETOOTH_QUOTA_OUT = unlimited
56# ATS options
57