aboutsummaryrefslogtreecommitdiff
path: root/src/dv
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-26 20:37:14 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-26 20:37:14 +0000
commit20529268519852b226a629af74bf3ddb4b070490 (patch)
tree539ea529a5607fc31024e69bbc3fab24d6e53e20 /src/dv
parent23dfcefbf671f8bf529d84b7327599480ba4c7df (diff)
downloadgnunet-20529268519852b226a629af74bf3ddb4b070490.tar.gz
gnunet-20529268519852b226a629af74bf3ddb4b070490.zip
LRN: use bindto instead of use-localaddr
Diffstat (limited to 'src/dv')
-rw-r--r--src/dv/test_transport_dv_data.conf8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/dv/test_transport_dv_data.conf b/src/dv/test_transport_dv_data.conf
index 156fff03a..5eb2b6c1c 100644
--- a/src/dv/test_transport_dv_data.conf
+++ b/src/dv/test_transport_dv_data.conf
@@ -11,12 +11,7 @@ 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? 14USE_LOCALADDR = NO
15USE_LOCALADDR = YES
16
17[nat]
18# FIXME: probably a 'bindto' setting would be better?
19USE_LOCALADDR = YES
20 15
21[arm] 16[arm]
22PORT = 2566 17PORT = 2566
@@ -27,6 +22,7 @@ PORT = 2567
27 22
28[transport-tcp] 23[transport-tcp]
29PORT = 2568 24PORT = 2568
25BINDTO = 127.0.0.1
30 26
31[transport-udp] 27[transport-udp]
32PORT = 2568 28PORT = 2568