aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-02 07:57:24 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-02 07:57:24 +0000
commitc54166e7b60afb87a36ffef64232c5a6e679dad6 (patch)
tree0bebef08a3f5e79c5e73aa656e13134b155d9670 /src
parent4c98b8706cad51e2730eea9789dd2df682a587f5 (diff)
downloadgnunet-c54166e7b60afb87a36ffef64232c5a6e679dad6.tar.gz
gnunet-c54166e7b60afb87a36ffef64232c5a6e679dad6.zip
LRN fixes to DV config to make tests pass:
Diffstat (limited to 'src')
-rw-r--r--src/dv/test_transport_dv_data.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/dv/test_transport_dv_data.conf b/src/dv/test_transport_dv_data.conf
index 1ac9b7b27..156fff03a 100644
--- a/src/dv/test_transport_dv_data.conf
+++ b/src/dv/test_transport_dv_data.conf
@@ -11,6 +11,12 @@ PORT = 2565
11PLUGINS = tcp dv 11PLUGINS = tcp dv
12BLACKLIST_FILE = $SERVICEHOME/blacklist 12BLACKLIST_FILE = $SERVICEHOME/blacklist
13BINARY = gnunet-service-transport 13BINARY = gnunet-service-transport
14# FIXME: this should do nothing, why does LRN say it is needed?
15USE_LOCALADDR = YES
16
17[nat]
18# FIXME: probably a 'bindto' setting would be better?
19USE_LOCALADDR = YES
14 20
15[arm] 21[arm]
16PORT = 2566 22PORT = 2566