aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-31 21:58:08 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-31 21:58:08 +0000
commit2840913e9ae2378ded514d276e007b56cebcc251 (patch)
tree1ce4c562f359d82b800bc42373715f507d3e294f /src/dht
parenteaa7823b3793e185f947f8bf4ad254078f7d915d (diff)
downloadgnunet-2840913e9ae2378ded514d276e007b56cebcc251.tar.gz
gnunet-2840913e9ae2378ded514d276e007b56cebcc251.zip
-fixing port choices that conflict with lockmanager
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/test_dht_api_peer1.conf2
-rw-r--r--src/dht/test_dht_multipeer_data.conf2
-rw-r--r--src/dht/test_dht_twopeer_data.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf
index cacc4da8f..d9db7c461 100644
--- a/src/dht/test_dht_api_peer1.conf
+++ b/src/dht/test_dht_api_peer1.conf
@@ -10,7 +10,7 @@ AUTOSTART = YES
10ACCEPT_FROM6 = ::1; 10ACCEPT_FROM6 = ::1;
11ACCEPT_FROM = 127.0.0.1; 11ACCEPT_FROM = 127.0.0.1;
12HOSTNAME = localhost 12HOSTNAME = localhost
13PORT = 2100 13PORT = 12100
14BINARY = gnunet-service-dht 14BINARY = gnunet-service-dht
15 15
16[block] 16[block]
diff --git a/src/dht/test_dht_multipeer_data.conf b/src/dht/test_dht_multipeer_data.conf
index f6982930d..e25a88307 100644
--- a/src/dht/test_dht_multipeer_data.conf
+++ b/src/dht/test_dht_multipeer_data.conf
@@ -16,7 +16,7 @@ ACCEPT_FROM = 127.0.0.1;
16CONFIG = $DEFAULTCONFIG 16CONFIG = $DEFAULTCONFIG
17HOME = $SERVICEHOME 17HOME = $SERVICEHOME
18HOSTNAME = localhost 18HOSTNAME = localhost
19PORT = 2100 19PORT = 12100
20STOP_FOUND = YES 20STOP_FOUND = YES
21USE_MAX_HOPS = YES 21USE_MAX_HOPS = YES
22MAX_HOPS = 16 22MAX_HOPS = 16
diff --git a/src/dht/test_dht_twopeer_data.conf b/src/dht/test_dht_twopeer_data.conf
index 97c53a892..a17ad356a 100644
--- a/src/dht/test_dht_twopeer_data.conf
+++ b/src/dht/test_dht_twopeer_data.conf
@@ -9,7 +9,7 @@ AUTOSTART = YES
9DEBUG = NO 9DEBUG = NO
10AUTOSTART = YES 10AUTOSTART = YES
11#PREFIX = xterm -T dht -e gdb --args 11#PREFIX = xterm -T dht -e gdb --args
12PORT = 2100 12PORT = 12100
13BINARY = gnunet-service-dht 13BINARY = gnunet-service-dht
14 14
15[block] 15[block]