aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-07-17 15:40:00 +0000
committerNathan S. Evans <evans@in.tum.de>2011-07-17 15:40:00 +0000
commit0265e48ab879a6593bc531de3bc3a82d2fbfef30 (patch)
treedc5198bfbc0bf878c49b113fdfd8a9649c56a299 /src
parenta2f39db8185a9906c3eb0e0d5784cf4f505bee88 (diff)
downloadgnunet-0265e48ab879a6593bc531de3bc3a82d2fbfef30.tar.gz
gnunet-0265e48ab879a6593bc531de3bc3a82d2fbfef30.zip
forward messages
Diffstat (limited to 'src')
-rw-r--r--src/nse/gnunet-service-nse.c2
-rw-r--r--src/nse/test_nse.conf1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index 664b8062d..874b8b6f6 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -56,6 +56,8 @@
56 56
57#define DEFAULT_NSE_PRIORITY 5 57#define DEFAULT_NSE_PRIORITY 5
58 58
59#define DO_FORWARD GNUNET_YES
60
59/** 61/**
60 * Entry in the list of clients which 62 * Entry in the list of clients which
61 * should be notified upon a new network 63 * should be notified upon a new network
diff --git a/src/nse/test_nse.conf b/src/nse/test_nse.conf
index cbb2382a7..228963fb3 100644
--- a/src/nse/test_nse.conf
+++ b/src/nse/test_nse.conf
@@ -10,6 +10,7 @@ BINARY = gnunet-service-nse
10#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p 10#PREFIX = valgrind --leak-check=full --log-file=valgrind_nse.%p
11AUTOSTART = YES 11AUTOSTART = YES
12DEBUG = YES 12DEBUG = YES
13CONFIG = $DEFAULTCONFIG
13 14
14[arm] 15[arm]
15PORT = 22354 16PORT = 22354