From be12d0d98b8e4347eb875535792cfac2bced3881 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 8 Apr 2010 13:07:49 +0000 Subject: [PATCH] added -a argument to start advertisement --- src/hostlist/learning_peer1.conf | 2 +- src/hostlist/learning_peer2.conf | 2 +- 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 [hostlist] HTTPPORT = 12980 SERVERS = http://localhost:12981/ -OPTIONS = -b -p -e +OPTIONS = -b -p -e -a DEBUG = NO #BINARY = /home/grothoff/bin/gnunet-daemon-hostlist 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 [hostlist] HTTPPORT = 12981 SERVERS = http://localhost:12980/ -OPTIONS = -b -p -e +OPTIONS = -b -p -e -a #DEBUG = YES #BINARY = /home/grothoff/bin/gnunet-daemon-hostlist -- 2.25.1