From: Christian Grothoff Date: Mon, 17 Oct 2011 11:21:10 +0000 (+0000) Subject: give ATS disjoint ports/paths X-Git-Tag: initial-import-from-subversion-38251~16474 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a085abbe93a63d872c711ae2d63d7eb78a2357aa;p=oweals%2Fgnunet.git give ATS disjoint ports/paths --- diff --git a/src/hostlist/test_learning_adv_peer.conf b/src/hostlist/test_learning_adv_peer.conf index 73e58a6b7..fe50bd519 100644 --- a/src/hostlist/test_learning_adv_peer.conf +++ b/src/hostlist/test_learning_adv_peer.conf @@ -41,3 +41,7 @@ EXTERNAL_DNS_NAME = localhost [dht] AUTOSTART = NO + +[ats] +PORT = 22971 +UNIXPATH = /tmp/gnunet-ats-p2-service-core.sock diff --git a/src/hostlist/test_learning_learn_peer.conf b/src/hostlist/test_learning_learn_peer.conf index 41966a27c..0136d7706 100644 --- a/src/hostlist/test_learning_learn_peer.conf +++ b/src/hostlist/test_learning_learn_peer.conf @@ -40,3 +40,7 @@ SERVERS = http://localhost:12981/ [dht] AUTOSTART = NO + +[ats] +PORT = 12971 +UNIXPATH = /tmp/gnunet-ats-p1-service-core.sock