aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_data_topology_none.conf
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-07-02 13:49:05 +0000
committerNathan S. Evans <evans@in.tum.de>2010-07-02 13:49:05 +0000
commit76aac1b58af3a2c8488875d0f3d0e994563d80ca (patch)
treed912c773ff03732e5e1717aeb9df63cd10ac70ea /src/testing/test_testing_data_topology_none.conf
parentec2d856c3d790a042f6edf7ad0487bc4024d15c4 (diff)
downloadgnunet-76aac1b58af3a2c8488875d0f3d0e994563d80ca.tar.gz
gnunet-76aac1b58af3a2c8488875d0f3d0e994563d80ca.zip
added dv twice and dht never?
Diffstat (limited to 'src/testing/test_testing_data_topology_none.conf')
-rw-r--r--src/testing/test_testing_data_topology_none.conf21
1 files changed, 9 insertions, 12 deletions
diff --git a/src/testing/test_testing_data_topology_none.conf b/src/testing/test_testing_data_topology_none.conf
index 9ff8ca390..f03633d56 100644
--- a/src/testing/test_testing_data_topology_none.conf
+++ b/src/testing/test_testing_data_topology_none.conf
@@ -3,16 +3,14 @@ SERVICEHOME = /tmp/test-gnunet-testing/
3DEFAULTCONFIG = test_testing_data_topology_clique.conf 3DEFAULTCONFIG = test_testing_data_topology_clique.conf
4 4
5[resolver] 5[resolver]
6AUTOSTART = NO
6PORT = 0 7PORT = 0
7 8
8[transport] 9[transport]
9PORT = 0 10PORT = 0
10PLUGINS = tcp 11PLUGINS = tcp
11#PREFIX = xterm -e xterm -T transport -e gdb --args
12#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport 12#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/transport/.libs/gnunet-service-transport
13#PREFIX = valgrind --tool=memcheck --log-file=logs%p 13#PREFIX = valgrind --tool=massif
14#PREFIX = valgrind --tool=callgrind --log-file=callgrind.%p
15#DEBUG = YES
16 14
17[topology] 15[topology]
18PORT = 0 16PORT = 0
@@ -22,23 +20,18 @@ PORT = 0
22DEFAULTSERVICES = 20DEFAULTSERVICES =
23 21
24[statistics] 22[statistics]
23AUTOSTART = NO
25PORT = 0 24PORT = 0
26 25
27[transport-tcp] 26[transport-tcp]
28PORT = 2568 27PORT = 2568
28BINDTO = 127.0.0.1
29 29
30[peerinfo] 30[peerinfo]
31PORT = 0 31PORT = 0
32#DEBUG = YES
33#PREFIX = xterm -e xterm -T peerinfo -e gdb --args
34#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/peerinfo/.libs/gnunet-service-peerinfo
35#PREFIX = valgrind --tool=memcheck --log-file=peerinfo%p
36 32
37[core] 33[core]
38PORT = 0 34PORT = 0
39#PREFIX = xterm -e xterm -T CORE -e gdb --args
40#PREFIX = valgrind --tool=memcheck --log-file=logs%p
41#DEBUG = YES
42 35
43[hostlist] 36[hostlist]
44PORT = 0 37PORT = 0
@@ -47,10 +40,14 @@ PORT = 0
47PORT = 0 40PORT = 0
48 41
49[testing] 42[testing]
50NUM_PEERS = 200 43NUM_PEERS = 50
51WEAKRANDOM = YES 44WEAKRANDOM = YES
52TOPOLOGY = NONE 45TOPOLOGY = NONE
53F2F = NO 46F2F = NO
54BLACKLIST_TOPOLOGY = NONE 47BLACKLIST_TOPOLOGY = NONE
55CONNECT_TOPOLOGY = RING 48CONNECT_TOPOLOGY = RING
49#CONNECT_TOPOLOGY = 2D_TORUS
50#CONNECT_TOPOLOGY = CLIQUE
51#CONNECT_TOPOLOGY_OPTION = CONNECT_DFS
52#CONNECT_TOPOLOGY_OPTION_MODIFIER = 20
56#DEBUG = YES 53#DEBUG = YES