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