aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-14 14:56:57 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-14 14:56:57 +0000
commit7864d3fc9dc21f7a91e6f7b5a380840a2b4d7f7a (patch)
tree9272b3863e92b6170dff071e4f77736d4e4cb4a4 /src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
parent852f1310d147ac6767bdcb5d9c11110db60c14e6 (diff)
downloadgnunet-7864d3fc9dc21f7a91e6f7b5a380840a2b4d7f7a.tar.gz
gnunet-7864d3fc9dc21f7a91e6f7b5a380840a2b4d7f7a.zip
debugging, found a few more crashes with the hostlist test
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist_peer2.conf')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist_peer2.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf b/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
index cb64137e8..8edaa7ca0 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
+++ b/src/hostlist/test_gnunet_daemon_hostlist_peer2.conf
@@ -12,7 +12,8 @@ PLUGINS = tcp
12 12
13[arm] 13[arm]
14PORT = 22966 14PORT = 22966
15DEFAULTSERVICES = resolver transport core statistics 15DEFAULTSERVICES = resolver transport core statistics topology
16GLOBAL_PREFIX = xterm -e gdb -x cmd --args
16 17
17[statistics] 18[statistics]
18PORT = 22967 19PORT = 22967
@@ -25,6 +26,7 @@ PORT = 22969
25 26
26[core] 27[core]
27PORT = 22970 28PORT = 22970
29DEBUG = YES
28 30
29[testing] 31[testing]
30WEAKRANDOM = YES 32WEAKRANDOM = YES
@@ -33,3 +35,7 @@ WEAKRANDOM = YES
33HTTPPORT = 12981 35HTTPPORT = 12981
34SERVERS = http://localhost:12980/ 36SERVERS = http://localhost:12980/
35OPTIONS = -b -p 37OPTIONS = -b -p
38BINARY = /home/grothoff/bin/gnunet-daemon-hostlist
39
40[topology]
41DEBUG = YES \ No newline at end of file