aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-04-08 13:07:49 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-04-08 13:07:49 +0000
commitbe12d0d98b8e4347eb875535792cfac2bced3881 (patch)
tree1b871e83838950c0f42afffaea0c96b87ffb45be /src
parent967a3bbae2c2a7c6fe5c975f1ba6cdbbd17d183f (diff)
downloadgnunet-be12d0d98b8e4347eb875535792cfac2bced3881.tar.gz
gnunet-be12d0d98b8e4347eb875535792cfac2bced3881.zip
added -a argument to start advertisement
Diffstat (limited to 'src')
-rw-r--r--src/hostlist/learning_peer1.conf2
-rw-r--r--src/hostlist/learning_peer2.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/hostlist/learning_peer1.conf b/src/hostlist/learning_peer1.conf
index 45a95ba67..b9680e5a1 100644
--- a/src/hostlist/learning_peer1.conf
+++ b/src/hostlist/learning_peer1.conf
@@ -36,7 +36,7 @@ WEAKRANDOM = YES
36[hostlist] 36[hostlist]
37HTTPPORT = 12980 37HTTPPORT = 12980
38SERVERS = http://localhost:12981/ 38SERVERS = http://localhost:12981/
39OPTIONS = -b -p -e 39OPTIONS = -b -p -e -a
40DEBUG = NO 40DEBUG = NO
41#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist 41#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist
42 42
diff --git a/src/hostlist/learning_peer2.conf b/src/hostlist/learning_peer2.conf
index 3da06cde6..a026a7fc1 100644
--- a/src/hostlist/learning_peer2.conf
+++ b/src/hostlist/learning_peer2.conf
@@ -36,7 +36,7 @@ WEAKRANDOM = YES
36[hostlist] 36[hostlist]
37HTTPPORT = 12981 37HTTPPORT = 12981
38SERVERS = http://localhost:12980/ 38SERVERS = http://localhost:12980/
39OPTIONS = -b -p -e 39OPTIONS = -b -p -e -a
40#DEBUG = YES 40#DEBUG = YES
41#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist 41#BINARY = /home/grothoff/bin/gnunet-daemon-hostlist
42 42