aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_data.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-01 13:42:30 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-01 13:42:30 +0000
commit003d9c41d5ff799d9472489ba0544bb4a6942c85 (patch)
tree43564196a819cbe6748f4e14887bd146312dd99d /src/hostlist/test_gnunet_daemon_hostlist_data.conf
parent0ea2ffb99da4645d3984fd0b207bd78d261e8356 (diff)
downloadgnunet-003d9c41d5ff799d9472489ba0544bb4a6942c85.tar.gz
gnunet-003d9c41d5ff799d9472489ba0544bb4a6942c85.zip
optimizing cfg
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_data.conf')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_data.conf72
1 files changed, 13 insertions, 59 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_data.conf b/src/hostlist/test_gnunet_daemon_hostlist_data.conf
index 507ea0805..74d16be89 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_data.conf
+++ b/src/hostlist/test_gnunet_daemon_hostlist_data.conf
@@ -1,75 +1,29 @@
1[PATHS] 1@INLINE@ test_hostlist_defaults.conf
2SERVICEHOME = /tmp/test-gnunet-hostlist/ 2[transport-tcp]
3DEFAULTCONFIG = /etc/gnunetd.conf 3PORT = 12968
4
5[hostlist]
6PORT = 23354
7# port for hostlist http server
8HTTPPORT = 28080
9HOSTNAME = localhost
10HOME = $SERVICEHOME
11CONFIG = $DEFAULTCONFIG
12BINARY = gnunet-daemon-hostlist
13# consider having "-e" as default as well once implemented
14OPTIONS = -b
15SERVERS = http://gnunet.org:8080/
16# proxy for downloading hostlists
17HTTP-PROXY =
18
19[resolver]
20PORT = 12964
21
22[transport]
23PORT = 12965
24PLUGINS = tcp
25#DEBUG = YES
26DEBUG = NO
27 4
28[arm] 5[arm]
29PORT = 12966 6PORT = 12966
30DEFAULTSERVICES = hostlist topology 7DEFAULTSERVICES = hostlist topology
31#GLOBAL_PREFIX = xterm -e gdb -x cmd --args
32 8
33[statistics] 9[statistics]
34PORT = 12967 10PORT = 12967
35 11
36[transport-tcp] 12[resolver]
37PORT = 12968 13PORT = 12964
38DEBUG = NO
39 14
40[peerinfo] 15[peerinfo]
41PORT = 12969 16PORT = 12969
42 17
18[transport]
19PORT = 12965
20
43[core] 21[core]
44PORT = 12970 22PORT = 12970
45#DEBUG = YES
46#PREFIX = valgrind --tool=memcheck\
47DEBUG = NO
48
49[testing]
50WEAKRANDOM = YES
51
52[topology]
53#DEBUG = YES
54#PREFIX = valgrind --tool=memcheck
55DEBUG = NO
56
57[fs]
58AUTOSTART = NO
59
60[datastore]
61AUTOSTART = NO
62[mesh]
63AUTOSTART = NO
64
65
66
67[dns]
68AUTOSTART = NO
69
70
71
72[nse]
73AUTOSTART = NO
74 23
24[hostlist]
25HTTPPORT = 28080
26SERVERS = http://gnunet.org:8080/
27PORT = 23354
28HOSTNAME = localhost
75 29