diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2011-06-16 12:32:58 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2011-06-16 12:32:58 +0000 |
commit | 2aff944f4bce448c67c576d384926c2ffe8c8c5a (patch) | |
tree | d998a3b512d7ecb20f860420d37e5c283a83caed /src/transport/test_transport_api_http_peer1.conf | |
parent | 79da60ccee66fd4f4bff337e298915a45f808768 (diff) |
updated _api_, _api_reliability_ and api_unrel... confs
Diffstat (limited to 'src/transport/test_transport_api_http_peer1.conf')
-rw-r--r-- | src/transport/test_transport_api_http_peer1.conf | 44 |
1 files changed, 15 insertions, 29 deletions
diff --git a/src/transport/test_transport_api_http_peer1.conf b/src/transport/test_transport_api_http_peer1.conf index e4e972c8c..d9ab3c5e0 100644 --- a/src/transport/test_transport_api_http_peer1.conf +++ b/src/transport/test_transport_api_http_peer1.conf @@ -1,5 +1,5 @@ [transport-http] -PORT = 12389 +PORT = 12080 DEBUG = NO USE_IPv6 = YES USE_IPv4 = YES @@ -7,23 +7,6 @@ USE_IPv4 = YES #BINDTO6 = ::1 USE_LOCALADDR = YES -[transport-https] -PORT = 42389 -DEBUG = NO -USE_IPv6 = YES -USE_IPv4 = YES -#BINDTO4 = 127.0.0.1 -#BINDTO6 = ::1 - -[fs] -AUTOSTART = NO - -[datastore] -AUTOSTART = NO - -[core] -AUTOSTART = NO - [hostlist] HTTP-PROXY = SERVERS = http://gnunet.org:8080/ @@ -45,7 +28,6 @@ MINIMUM-FRIENDS = 0 [transport] PLUGINS = http -#PLUGINS = tcp http #DEBUG = YES ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; @@ -54,7 +36,7 @@ BINARY = gnunet-service-transport CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 12365 +PORT = 12081 UNIXPATH = /tmp/gnunet-p1-service-transport.sock #PREFIX = xterm -T transport2 -e gdb --command=cmd --args #PREFIX = valgrind --leak-check=full @@ -69,7 +51,7 @@ BINARY = gnunet-service-peerinfo CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 12369 +PORT = 12082 UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock [resolver] @@ -79,7 +61,7 @@ BINARY = gnunet-service-resolver CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 12364 +PORT = 12083 UNIXPATH = /tmp/gnunet-p1-service-resolver.sock [statistics] @@ -89,7 +71,7 @@ BINARY = gnunet-service-statistics CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 12367 +PORT = 12084 UNIXPATH = /tmp/gnunet-p1-service-statistics.sock [arm] @@ -100,13 +82,9 @@ BINARY = gnunet-service-arm CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 12366 +PORT = 12085 UNIXPATH = /tmp/gnunet-p1-service-arm.sock -[transport-tcp] -PORT = 12399 -#DEBUG = YES - [TESTING] WEAKRANDOM = YES @@ -115,8 +93,16 @@ WEAKRANDOM = YES HOSTKEY = $SERVICEHOME/.hostkey [PATHS] -SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/ +SERVICEHOME = /tmp/test-transport/api-http-p1/ + +[fs] +AUTOSTART = NO + +[datastore] +AUTOSTART = NO +[core] +AUTOSTART = NO [dht] AUTOSTART = NO |