aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_peer1.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_peer1.conf
parent0ea2ffb99da4645d3984fd0b207bd78d261e8356 (diff)
downloadgnunet-003d9c41d5ff799d9472489ba0544bb4a6942c85.tar.gz
gnunet-003d9c41d5ff799d9472489ba0544bb4a6942c85.zip
optimizing cfg
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_peer1.conf')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_peer1.conf68
1 files changed, 14 insertions, 54 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf b/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
index dbc4367dc..679da289a 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
+++ b/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
@@ -1,80 +1,40 @@
1@INLINE@ test_hostlist_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test-gnunet-hostlist-peer-1/ 3SERVICEHOME = /tmp/test-gnunet-hostlist-peer-1/
3DEFAULTCONFIG = test_gnunet_daemon_hostlist_peer1.conf 4DEFAULTCONFIG = test_gnunet_daemon_hostlist_peer1.conf
4 5
5[resolver] 6[transport-tcp]
6PORT = 12964 7PORT = 12968
7UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
8
9[transport]
10PORT = 12965
11UNIXPATH = /tmp/gnunet-p1-service-transport.sock
12PLUGINS = tcp
13#DEBUG = YES
14DEBUG = NO
15 8
16[arm] 9[arm]
17PORT = 12966 10PORT = 12966
18UNIXPATH = /tmp/gnunet-p1-service-arm.sock
19DEFAULTSERVICES = hostlist topology 11DEFAULTSERVICES = hostlist topology
20#GLOBAL_PREFIX = xterm -e gdb -x cmd --args 12UNIXPATH = /tmp/gnunet-p1-service-arm.sock
21 13
22[statistics] 14[statistics]
23PORT = 12967 15PORT = 12967
24UNIXPATH = /tmp/gnunet-p1-service-statistics.sock 16UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
25 17
26[transport-tcp] 18[resolver]
27PORT = 12968 19PORT = 12964
28DEBUG = NO 20UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
29 21
30[peerinfo] 22[peerinfo]
31PORT = 12969 23PORT = 12969
32UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock 24UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
33 25
26[transport]
27PORT = 12965
28UNIXPATH = /tmp/gnunet-p1-service-transport.sock
29DEBUG = NO
30
34[core] 31[core]
35PORT = 12970 32PORT = 12970
36UNIXPATH = /tmp/gnunet-p1-service-core.sock 33UNIXPATH = /tmp/gnunet-p1-service-core.sock
37#DEBUG = YES
38#PREFIX = valgrind --tool=memcheck\
39DEBUG = NO
40
41[testing]
42WEAKRANDOM = YES
43 34
44[hostlist] 35[hostlist]
45HTTPPORT = 12980 36HTTPPORT = 12980
46SERVERS = http://localhost:12981/
47OPTIONS = -b -p
48HOSTLISTFILE = hostlists_peer1.file 37HOSTLISTFILE = hostlists_peer1.file
49#DEBUG = YES 38OPTIONS = -b -p
50#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist 39SERVERS = http://localhost:12981/
51DEBUG = NO
52
53[topology]
54#DEBUG = YES
55#PREFIX = valgrind --tool=memcheck
56DEBUG = NO
57
58[fs]
59AUTOSTART = NO
60
61[datastore]
62AUTOSTART = NO
63
64[dht]
65AUTOSTART = NO
66
67[mesh]
68AUTOSTART = NO
69
70
71
72[dns]
73AUTOSTART = NO
74
75
76
77[nse]
78AUTOSTART = NO
79
80 40