aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_peer1.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_peer1.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_peer1.conf')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_peer1.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf b/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
index 8f3e8c91f..4ffd7f655 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
+++ b/src/hostlist/test_gnunet_daemon_hostlist_peer1.conf
@@ -9,6 +9,7 @@ PORT = 12964
9PORT = 12965 9PORT = 12965
10PLUGINS = tcp 10PLUGINS = tcp
11#DEBUG = YES 11#DEBUG = YES
12DEBUG = NO
12 13
13[arm] 14[arm]
14PORT = 12966 15PORT = 12966
@@ -20,6 +21,7 @@ PORT = 12967
20 21
21[transport-tcp] 22[transport-tcp]
22PORT = 12968 23PORT = 12968
24DEBUG = NO
23 25
24[peerinfo] 26[peerinfo]
25PORT = 12969 27PORT = 12969
@@ -27,7 +29,8 @@ PORT = 12969
27[core] 29[core]
28PORT = 12970 30PORT = 12970
29#DEBUG = YES 31#DEBUG = YES
30#PREFIX = valgrind --tool=memcheck 32#PREFIX = valgrind --tool=memcheck\
33DEBUG = NO
31 34
32[testing] 35[testing]
33WEAKRANDOM = YES 36WEAKRANDOM = YES
@@ -38,7 +41,9 @@ SERVERS = http://localhost:12981/
38OPTIONS = -b -p 41OPTIONS = -b -p
39#DEBUG = YES 42#DEBUG = YES
40#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist 43#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist
44DEBUG = NO
41 45
42[topology] 46[topology]
43#DEBUG = YES 47#DEBUG = YES
44#PREFIX = valgrind --tool=memcheck 48#PREFIX = valgrind --tool=memcheck
49DEBUG = NO \ No newline at end of file