From 024cddbd2e996eac42fb6de8a9424dcc73644cd0 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 10 Feb 2014 16:48:43 +0000 Subject: abstract unix domain socket support --- .../test_transport_api_unix_abstract_peer1.conf | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/transport/test_transport_api_unix_abstract_peer1.conf (limited to 'src/transport/test_transport_api_unix_abstract_peer1.conf') diff --git a/src/transport/test_transport_api_unix_abstract_peer1.conf b/src/transport/test_transport_api_unix_abstract_peer1.conf new file mode 100644 index 000000000..aea61113d --- /dev/null +++ b/src/transport/test_transport_api_unix_abstract_peer1.conf @@ -0,0 +1,31 @@ +@INLINE@ template_cfg_peer1.conf +[PATHS] +GNUNET_TEST_HOME = /tmp/test-transport/api-unix-p1/ + +[arm] +PORT = 12125 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-arm.sock + +[statistics] +PORT = 12124 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-statistics.sock + +[resolver] +PORT = 12123 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-resolver.sock + +[peerinfo] +PORT = 12122 +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-peerinfo.sock + +[transport] +PORT = 12121 +PLUGINS = unix +UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p1-service-transport.sock + +[transport-unix] +PORT = 12120 + +[testing] +USE_ABSTRACT_SOCKETS = YES + -- cgit v1.2.3