diff options
Diffstat (limited to 'src/topology/test_gnunet_daemon_topology_data.conf')
-rw-r--r-- | src/topology/test_gnunet_daemon_topology_data.conf | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/src/topology/test_gnunet_daemon_topology_data.conf b/src/topology/test_gnunet_daemon_topology_data.conf index 79f12e5e1..a413ab72c 100644 --- a/src/topology/test_gnunet_daemon_topology_data.conf +++ b/src/topology/test_gnunet_daemon_topology_data.conf @@ -1,27 +1,15 @@ [PATHS] GNUNET_TEST_HOME = /tmp/test-gnunet-topology/ -[resolver] -PORT = 2664 - [transport] -PORT = 2665 PLUGINS = tcp #PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args #PREFIX = valgrind --tool=memcheck --log-file=logs%p -[arm] -PORT = 2666 -DEFAULTSERVICES = topology - [testbed] OVERLAY_TOPOLOGY=LINE -[statistics] -PORT = 2667 - [transport-tcp] -PORT = 2668 BINDTO = 127.0.0.1 [nat] @@ -34,36 +22,3 @@ EXTERNAL_ADDRESS = 127.0.0.1 USE_LOCALADDR = NO USE_HOSTNAME = NO -[peerinfo] -PORT = 2669 - -[core] -PORT = 2670 - -[topology] -#PREFIX = valgrind --tool=memcheck - -[fs] -AUTOSTART = NO - -[datastore] -AUTOSTART = NO - -[testing] -WEAKRANDOM = YES - -[testing_old] -HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat - -[dns] -AUTOSTART = NO - -[namestore] -AUTOSTART = NO - -[nse] -AUTOSTART = NO - -[consensus] -AUTOSTART = NO - |