aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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