aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-04-13 15:25:50 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-04-13 15:25:50 +0000
commit9c8285667baa991e8fc4c411c94be8816512647f (patch)
treee7fd53e0f2b9fed05e030d1e9ab3ce212b51446a /src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
parent9ed07b4513bb096304224a1ab8e948872d21ee93 (diff)
downloadgnunet-9c8285667baa991e8fc4c411c94be8816512647f.tar.gz
gnunet-9c8285667baa991e8fc4c411c94be8816512647f.zip
added some code for hostlist management
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_peer2.conf')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_peer2.conf10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf b/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
index 9f66cf4d0..b689154de 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
+++ b/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
@@ -4,29 +4,32 @@ DEFAULTCONFIG = test_gnunet_daemon_hostlist_peer2.conf
4 4
5[resolver] 5[resolver]
6PORT = 22964 6PORT = 22964
7DEBUG = NO
7 8
8[transport] 9[transport]
9PORT = 22965 10PORT = 22965
10PLUGINS = tcp 11PLUGINS = tcp
11#DEBUG = YES 12DEBUG = NO
12 13
13[arm] 14[arm]
14PORT = 22966 15PORT = 22966
15DEFAULTSERVICES = resolver transport core statistics topology 16DEFAULTSERVICES = resolver transport core statistics topology
16#GLOBAL_PREFIX = xterm -e gdb -x cmd --args 17#GLOBAL_PREFIX = xterm -e gdb -x cmd --args
18DEBUG = NO
17 19
18[statistics] 20[statistics]
19PORT = 22967 21PORT = 22967
20 22
21[transport-tcp] 23[transport-tcp]
22PORT = 22968 24PORT = 22968
25DEBUG = NO
23 26
24[peerinfo] 27[peerinfo]
25PORT = 22969 28PORT = 22969
26 29
27[core] 30[core]
28PORT = 22970 31PORT = 22970
29#DEBUG = YES 32DEBUG = NO
30#PREFIX = valgrind --tool=memcheck 33#PREFIX = valgrind --tool=memcheck
31 34
32[testing] 35[testing]
@@ -36,9 +39,10 @@ WEAKRANDOM = YES
36HTTPPORT = 12981 39HTTPPORT = 12981
37SERVERS = http://localhost:12980/ 40SERVERS = http://localhost:12980/
38OPTIONS = -b -p 41OPTIONS = -b -p
39#DEBUG = YES 42DEBUG = NO
40#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist 43#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist
41 44
42[topology] 45[topology]
43#DEBUG = YES 46#DEBUG = YES
44#PREFIX = valgrind --tool=memcheck 47#PREFIX = valgrind --tool=memcheck
48DEBUG = NO