diff options
Diffstat (limited to 'src/transport/test_transport_api_unix_peer1.conf')
-rw-r--r-- | src/transport/test_transport_api_unix_peer1.conf | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/src/transport/test_transport_api_unix_peer1.conf b/src/transport/test_transport_api_unix_peer1.conf index 04d198d62..b896bafa5 100644 --- a/src/transport/test_transport_api_unix_peer1.conf +++ b/src/transport/test_transport_api_unix_peer1.conf @@ -1,5 +1,5 @@ [transport-unix] -PORT = 12368 +PORT = 12120 [fs] AUTOSTART = NO @@ -42,7 +42,7 @@ BINARY = gnunet-service-transport CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 12365 +PORT = 12121 UNIXPATH = /tmp/gnunet-p1-service-transport.sock @@ -55,7 +55,7 @@ BINARY = gnunet-service-peerinfo CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 12369 +PORT = 12122 UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock [resolver] @@ -65,7 +65,7 @@ BINARY = gnunet-service-resolver CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 12364 +PORT = 12123 UNIXPATH = /tmp/gnunet-p1-service-resolver.sock [statistics] @@ -75,7 +75,7 @@ BINARY = gnunet-service-statistics CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 12367 +PORT = 12124 UNIXPATH = /tmp/gnunet-p1-service-statistics.sock [arm] @@ -86,13 +86,9 @@ BINARY = gnunet-service-arm CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 12366 +PORT = 12125 UNIXPATH = /tmp/gnunet-p1-service-arm.sock -[transport-tcp] -TIMEOUT = 300000 -PORT = 12368 - [TESTING] WEAKRANDOM = YES @@ -101,7 +97,7 @@ HOSTKEY = $SERVICEHOME/.hostkey [PATHS] DEFAULTCONFIG = test_transport_api_unix_peer1.conf -SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/ +SERVICEHOME = /tmp/test-transport/api-unix-p1/ [dht] AUTOSTART = NO |