aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_unreliability_constant_udp_peer2.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-09 10:30:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-09 10:30:21 +0000
commit7b29d40b75fd60ce5e0b86694499627dc9c63022 (patch)
treeb33914ae90ad85884f34f44d7fc0483f85661cf5 /src/transport/test_transport_api_unreliability_constant_udp_peer2.conf
parentd0a9f269aa6575253b1c284d594a467e6fdeb7c7 (diff)
downloadgnunet-7b29d40b75fd60ce5e0b86694499627dc9c63022.tar.gz
gnunet-7b29d40b75fd60ce5e0b86694499627dc9c63022.zip
last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by default
Diffstat (limited to 'src/transport/test_transport_api_unreliability_constant_udp_peer2.conf')
-rw-r--r--src/transport/test_transport_api_unreliability_constant_udp_peer2.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/transport/test_transport_api_unreliability_constant_udp_peer2.conf b/src/transport/test_transport_api_unreliability_constant_udp_peer2.conf
index 83ecb9eb2..678642a41 100644
--- a/src/transport/test_transport_api_unreliability_constant_udp_peer2.conf
+++ b/src/transport/test_transport_api_unreliability_constant_udp_peer2.conf
@@ -8,23 +8,23 @@ MAX_BPS = 1073741824
8 8
9[arm] 9[arm]
10PORT = 12055 10PORT = 12055
11UNIXPATH = /tmp/gnunet-p2-service-arm.sock 11UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-arm.sock
12 12
13[statistics] 13[statistics]
14PORT = 12054 14PORT = 12054
15UNIXPATH = /tmp/gnunet-p2-service-statistics.sock 15UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-statistics.sock
16 16
17[resolver] 17[resolver]
18PORT = 12053 18PORT = 12053
19UNIXPATH = /tmp/gnunet-p2-service-resolver.sock 19UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-resolver.sock
20 20
21[peerinfo] 21[peerinfo]
22PORT = 12052 22PORT = 12052
23UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock 23UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-peerinfo.sock
24 24
25[transport] 25[transport]
26PORT = 12051 26PORT = 12051
27PLUGINS = udp 27PLUGINS = udp
28UNIXPATH = /tmp/gnunet-p2-service-transport.sock 28UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-p2-service-transport.sock
29 29
30 30