aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-17 11:19:37 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-17 11:19:37 +0000
commit44adbb44cbb171ccaf7b42b7c62b48e986c04306 (patch)
tree706978e8f10b5227f83a883581fdc56f186fd3a2 /src/testing
parent19ce2475eadcc6f140a0da73d7afe272aab3e109 (diff)
downloadgnunet-44adbb44cbb171ccaf7b42b7c62b48e986c04306.tar.gz
gnunet-44adbb44cbb171ccaf7b42b7c62b48e986c04306.zip
give ATS disjoint ports/paths
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_testing_connect_peer1.conf4
-rw-r--r--src/testing/test_testing_connect_peer2.conf4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/testing/test_testing_connect_peer1.conf b/src/testing/test_testing_connect_peer1.conf
index 70de8fcd6..cccda5e2a 100644
--- a/src/testing/test_testing_connect_peer1.conf
+++ b/src/testing/test_testing_connect_peer1.conf
@@ -31,3 +31,7 @@ UNIXPATH = /tmp/gnunet-p1-service-transport.sock
31PORT = 12570 31PORT = 12570
32UNIXPATH = /tmp/gnunet-p1-service-core.sock 32UNIXPATH = /tmp/gnunet-p1-service-core.sock
33 33
34[ats]
35PORT = 12571
36UNIXPATH = /tmp/gnunet-p1-service-ats.sock
37
diff --git a/src/testing/test_testing_connect_peer2.conf b/src/testing/test_testing_connect_peer2.conf
index a7a49c5a8..08ec55113 100644
--- a/src/testing/test_testing_connect_peer2.conf
+++ b/src/testing/test_testing_connect_peer2.conf
@@ -31,3 +31,7 @@ UNIXPATH = /tmp/gnunet-p2-service-transport.sock
31PORT = 22570 31PORT = 22570
32UNIXPATH = /tmp/gnunet-p2-service-core.sock 32UNIXPATH = /tmp/gnunet-p2-service-core.sock
33 33
34[ats]
35PORT = 22571
36UNIXPATH = /tmp/gnunet-p2-service-ats.sock
37