[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r10837 - gnunet/src/hostlist
From: |
gnunet |
Subject: |
[GNUnet-SVN] r10837 - gnunet/src/hostlist |
Date: |
Wed, 7 Apr 2010 17:37:36 +0200 |
Author: wachs
Date: 2010-04-07 17:37:36 +0200 (Wed, 07 Apr 2010)
New Revision: 10837
Added:
gnunet/src/hostlist/learning_data.conf
gnunet/src/hostlist/learning_peer1.conf
gnunet/src/hostlist/learning_peer2.conf
Log:
config files for learning testcase
Added: gnunet/src/hostlist/learning_data.conf
===================================================================
--- gnunet/src/hostlist/learning_data.conf (rev 0)
+++ gnunet/src/hostlist/learning_data.conf 2010-04-07 15:37:36 UTC (rev
10837)
@@ -0,0 +1,16 @@
+[PATHS]
+SERVICEHOME = /tmp/test-gnunetd-hostlist/
+DEFAULTCONFIG = /etc/gnunetd.conf
+
+[hostlist]
+PORT = 23354
+# port for hostlist http server
+HTTPPORT = 28080
+HOSTNAME = localhost
+HOME = $SERVICEHOME
+CONFIG = $DEFAULTCONFIG
+BINARY = gnunet-daemon-hostlist
+OPTIONS = -b -e
+SERVERS = http://gnunet.org:8080/
+# proxy for downloading hostlists
+HTTP-PROXY =
Added: gnunet/src/hostlist/learning_peer1.conf
===================================================================
--- gnunet/src/hostlist/learning_peer1.conf (rev 0)
+++ gnunet/src/hostlist/learning_peer1.conf 2010-04-07 15:37:36 UTC (rev
10837)
@@ -0,0 +1,45 @@
+[PATHS]
+SERVICEHOME = /tmp/test-gnunetd-hostlist-peer-1/
+DEFAULTCONFIG = learning_peer1.conf
+
+[resolver]
+PORT = 12964
+
+[transport]
+PORT = 12965
+PLUGINS = tcp
+#DEBUG = NO
+
+[arm]
+PORT = 12966
+DEFAULTSERVICES = resolver transport core statistics topology
+#GLOBAL_PREFIX = xterm -e gdb -x cmd --args
+DEBUG=NO
+
+[statistics]
+PORT = 12967
+
+[transport-tcp]
+PORT = 12968
+
+[peerinfo]
+PORT = 12969
+
+[core]
+PORT = 12970
+#DEBUG = YES
+#PREFIX = valgrind --tool=memcheck
+
+[testing]
+WEAKRANDOM = YES
+
+[hostlist]
+HTTPPORT = 12980
+SERVERS = http://localhost:12981/
+OPTIONS = -b -p -e
+DEBUG = YES
+#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist
+
+[topology]
+#DEBUG = YES
+#PREFIX = valgrind --tool=memcheck
Added: gnunet/src/hostlist/learning_peer2.conf
===================================================================
--- gnunet/src/hostlist/learning_peer2.conf (rev 0)
+++ gnunet/src/hostlist/learning_peer2.conf 2010-04-07 15:37:36 UTC (rev
10837)
@@ -0,0 +1,45 @@
+[PATHS]
+SERVICEHOME = /tmp/test-gnunetd-hostlist-peer-2/
+DEFAULTCONFIG = learning_peer2.conf
+
+[resolver]
+PORT = 22964
+
+[transport]
+PORT = 22965
+PLUGINS = tcp
+#DEBUG = YES
+
+[arm]
+PORT = 22966
+DEFAULTSERVICES = resolver transport core statistics topology
+#GLOBAL_PREFIX = xterm -e gdb -x cmd --args
+DEBUG=NO
+
+[statistics]
+PORT = 22967
+
+[transport-tcp]
+PORT = 22968
+
+[peerinfo]
+PORT = 22969
+
+[core]
+PORT = 22970
+#DEBUG = YES
+#PREFIX = valgrind --tool=memcheck
+
+[testing]
+WEAKRANDOM = YES
+
+[hostlist]
+HTTPPORT = 12981
+SERVERS = http://localhost:12980/
+OPTIONS = -b -p -e
+#DEBUG = YES
+#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist
+
+[topology]
+#DEBUG = YES
+#PREFIX = valgrind --tool=memcheck
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r10837 - gnunet/src/hostlist,
gnunet <=