aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_unix_abstract_peer2.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-02-10 16:48:43 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-02-10 16:48:43 +0000
commit024cddbd2e996eac42fb6de8a9424dcc73644cd0 (patch)
tree3901d8f06c85c45e55b0aeb28648967d5bbabb6b /src/transport/test_transport_api_unix_abstract_peer2.conf
parentfe08b2dee0232b40dab22f94dbee8a89a922da83 (diff)
downloadgnunet-024cddbd2e996eac42fb6de8a9424dcc73644cd0.tar.gz
gnunet-024cddbd2e996eac42fb6de8a9424dcc73644cd0.zip
abstract unix domain socket support
Diffstat (limited to 'src/transport/test_transport_api_unix_abstract_peer2.conf')
-rw-r--r--src/transport/test_transport_api_unix_abstract_peer2.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/transport/test_transport_api_unix_abstract_peer2.conf b/src/transport/test_transport_api_unix_abstract_peer2.conf
new file mode 100644
index 000000000..3adbd7fd0
--- /dev/null
+++ b/src/transport/test_transport_api_unix_abstract_peer2.conf
@@ -0,0 +1,31 @@
1@INLINE@ template_cfg_peer2.conf
2[PATHS]
3GNUNET_TEST_HOME = /tmp/test-transport/api-unix-p2/
4
5[arm]
6PORT = 12135
7UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock
8
9[statistics]
10PORT = 12134
11UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-statistics.sock
12
13[resolver]
14PORT = 12133
15UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-resolver.sock
16
17[peerinfo]
18PORT = 12132
19UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-peerinfo.sock
20
21[transport]
22PORT = 12131
23PLUGINS = unix
24UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock
25
26[transport-unix]
27PORT = 12136
28
29[testing]
30USE_ABSTRACT_SOCKETS = YES
31