diff options
Diffstat (limited to 'src/transport/test_transport_api_udp_nat_peer2.conf')
-rw-r--r-- | src/transport/test_transport_api_udp_nat_peer2.conf | 44 |
1 files changed, 13 insertions, 31 deletions
diff --git a/src/transport/test_transport_api_udp_nat_peer2.conf b/src/transport/test_transport_api_udp_nat_peer2.conf index c291e9e5a..3d2063854 100644 --- a/src/transport/test_transport_api_udp_nat_peer2.conf +++ b/src/transport/test_transport_api_udp_nat_peer2.conf @@ -1,5 +1,5 @@ [transport-udp] -PORT = 22368 +PORT = 12070 USE_LOCALADDR = YES [nat] @@ -9,12 +9,6 @@ ALLOW_NAT = YES EXTERNAL_ADDRESS = 127.0.0.1 INTERNAL_ADDRESS = 127.0.0.1 -[fs] -AUTOSTART = NO - -[datastore] -AUTOSTART = NO - [hostlist] HTTP-PROXY = SERVERS = http://gnunet.org:8080/ @@ -45,11 +39,10 @@ ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; NEIGHBOUR_LIMIT = 50 BINARY = gnunet-service-transport -#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 22365 +PORT = 12071 UNIXPATH = /tmp/gnunet-p2-service-transport.sock #PREFIX = xterm -e xterm -T transport -e gdb --args #PREFIX = valgrind --track-origins=yes --leak-check=full --log-file=valgrind_udp_peer2.log @@ -63,7 +56,7 @@ BINARY = gnunet-service-peerinfo CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 22369 +PORT = 12072 UNIXPATH = /tmp/gnunet-p2-service-peerinfo.sock [resolver] @@ -73,7 +66,7 @@ BINARY = gnunet-service-resolver CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 22364 +PORT = 12073 UNIXPATH = /tmp/gnunet-p2-service-resolver.sock [statistics] @@ -83,7 +76,7 @@ BINARY = gnunet-service-statistics CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 22367 +PORT = 12074 UNIXPATH = /tmp/gnunet-p2-service-statistics.sock [arm] @@ -94,25 +87,10 @@ BINARY = gnunet-service-arm CONFIG = $DEFAULTCONFIG HOME = $SERVICEHOME HOSTNAME = localhost -PORT = 22366 +PORT = 12075 UNIXPATH = /tmp/gnunet-p2-service-arm.sock -[transport-tcp] -TIMEOUT = 300000 -PORT = 22368 - -[TESTING][mesh] -AUTOSTART = YES -PORT = 10512 -HOSTNAME = localhost -HOME = $SERVICEHOME -CONFIG = $DEFAULTCONFIG -BINARY = gnunet-service-mesh -ACCEPT_FROM = 127.0.0.1; -ACCEPT_FROM6 = ::1; -UNIXPATH = /tmp/gnunet-service-mesh2.sock -UNIX_MATCH_UID = YES -UNIX_MATCH_GID = YES +[TESTING] WEAKRANDOM = YES [gnunetd] @@ -120,8 +98,13 @@ HOSTKEY = $SERVICEHOME/.hostkey [PATHS] DEFAULTCONFIG = test_transport_api_udp_nat_peer2.conf -SERVICEHOME = /tmp/test-gnunetd-transport-peer-2/ +SERVICEHOME = /tmp/test-transport/api-udp-nat-p2/ +[fs] +AUTOSTART = NO + +[datastore] +AUTOSTART = NO [dht] AUTOSTART = NO @@ -129,7 +112,6 @@ AUTOSTART = NO [mesh] AUTOSTART = NO - [dns] AUTOSTART = NO |