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