aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_multipeer_data.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-02 10:19:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-02 10:19:00 +0000
commitc6ef80f13164795b0b53bc7c4c7cae2452cf861e (patch)
tree9205d3cf10cc02c359b229e291375ca483f93090 /src/dht/test_dht_multipeer_data.conf
parent2100eaeefbccd6cb2b6f952320092542f82a2051 (diff)
downloadgnunet-c6ef80f13164795b0b53bc7c4c7cae2452cf861e.tar.gz
gnunet-c6ef80f13164795b0b53bc7c4c7cae2452cf861e.zip
-major DHT test cleanup
Diffstat (limited to 'src/dht/test_dht_multipeer_data.conf')
-rw-r--r--src/dht/test_dht_multipeer_data.conf130
1 files changed, 0 insertions, 130 deletions
diff --git a/src/dht/test_dht_multipeer_data.conf b/src/dht/test_dht_multipeer_data.conf
deleted file mode 100644
index 999ed3807..000000000
--- a/src/dht/test_dht_multipeer_data.conf
+++ /dev/null
@@ -1,130 +0,0 @@
1[fs]
2AUTOSTART = NO
3
4[resolver]
5AUTOSTART = NO
6
7[dht]
8DEBUG = NO
9STOP_ON_CLOSEST = YES
10AUTOSTART = YES
11ACCEPT_FROM6 = ::1;
12ACCEPT_FROM = 127.0.0.1;
13#BINARY = /home/mrwiggles/documents/research/gnunet/gnunet-ng/src/dht/.libs/gnunet-service-dht
14#PREFIX = xterm -T dht -e gdb --args
15#PREFIX = valgrind --log-file=dht_%p
16HOME = $SERVICEHOME
17HOSTNAME = localhost
18PORT = 12100
19STOP_FOUND = YES
20USE_MAX_HOPS = YES
21MAX_HOPS = 16
22CONVERGE_BINARY = YES
23CONVERGE_MODIFIER = 4
24
25[block]
26plugins = test dht
27
28[dhtcache]
29QUOTA = 1 MB
30DATABASE = sqlite
31
32[transport]
33PLUGINS = tcp
34DEBUG = NO
35ACCEPT_FROM6 = ::1;
36ACCEPT_FROM = 127.0.0.1;
37NEIGHBOUR_LIMIT = 50
38BINARY = gnunet-service-transport
39HOME = $SERVICEHOME
40HOSTNAME = localhost
41PORT = 12365
42
43[DHTLOG]
44PLUGIN = mysql_dump
45
46[ats]
47WAN_QUOTA_IN = 1 GB
48WAN_QUOTA_OUT = 1 GB
49
50[core]
51ACCEPT_FROM6 = ::1;
52ACCEPT_FROM = 127.0.0.1;
53BINARY = gnunet-service-core
54HOME = $SERVICEHOME
55HOSTNAME = localhost
56PORT = 12092
57DEBUG = NO
58
59[arm]
60DEFAULTSERVICES = dht core
61ACCEPT_FROM6 = ::1;
62ACCEPT_FROM = 127.0.0.1;
63BINARY = gnunet-service-arm
64HOME = $SERVICEHOME
65HOSTNAME = localhost
66PORT = 12366
67DEBUG = NO
68
69[transport-tcp]
70TIMEOUT = 300 s
71PORT = 12368
72BINDTO = 127.0.0.1
73
74[DHT_TESTING]
75MYSQL_LOGGING_EXTENDED = NO
76MYSQL_LOGGING = NO
77NUM_GETS = 5
78NUM_PUTS = 5
79
80[TESTING]
81WEAKRANDOM = YES
82
83[testing_old]
84TOPOLOGY = FROM_FILE
85# file contains a ring
86CONNECT_TOPOLOGY = NONE
87# None == use all allowed connections
88# BLACKLIST_TOPOLOGY = X
89# No additional restrictions...
90
91TOPOLOGY_FILE = multipeer_topo.dat
92MAX_CONCURRENT_SSH = 1
93PEERGROUP_TIMEOUT = 2400 s
94USE_PROGRESSBARS = YES
95#CONNECT_TOPOLOGY_OPTION = CONNECT_RANDOM_SUBSET
96#CONNECT_TOPOLOGY_OPTION_MODIFIER = 2
97#LOGNMODIFIER = .65
98#PERCENTAGE = .75
99NUM_PEERS = 10
100HOSTKEYSFILE = ${DATADIR}/testing_hostkeys.dat
101
102[gnunetd]
103HOSTKEY = $SERVICEHOME/.hostkey
104
105[PATHS]
106SERVICEHOME = /tmp/test-dht-multipeer/
107
108[nat]
109DISABLEV6 = YES
110ENABLE_UPNP = NO
111BEHIND_NAT = NO
112ALLOW_NAT = NO
113INTERNAL_ADDRESS = 127.0.0.1
114EXTERNAL_ADDRESS = 127.0.0.1
115USE_LOCALADDR = YES
116
117[dns]
118AUTOSTART = NO
119
120[namestore]
121AUTOSTART = NO
122
123[nse]
124AUTOSTART = NO
125
126
127[vpn]
128AUTOSTART=NO
129
130