aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-03-17 12:25:15 +0000
committerNathan S. Evans <evans@in.tum.de>2011-03-17 12:25:15 +0000
commit0d23056a4a35f254e930a22f47ae638bf7aea751 (patch)
tree9ca6cb526ced549d60dbc81a9de4eb8e4eb8b320 /src/dht
parentb13153254a5ee55d3cd8ebf5468e9142bbcacd19 (diff)
downloadgnunet-0d23056a4a35f254e930a22f47ae638bf7aea751.tar.gz
gnunet-0d23056a4a35f254e930a22f47ae638bf7aea751.zip
fix for dht test case configurations
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.conf3
3 files changed, 3 insertions, 4 deletions
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf
index 12457a16a..7c4d48366 100644
--- a/src/dht/test_dht_api_peer1.conf
+++ b/src/dht/test_dht_api_peer1.conf
@@ -33,7 +33,7 @@ TOTAL_QUOTA_IN = 3932160
33PORT = 12092 33PORT = 12092
34 34
35[arm] 35[arm]
36DEFAULTSERVICES = core dht 36DEFAULTSERVICES = core
37PORT = 12366 37PORT = 12366
38DEBUG = NO 38DEBUG = NO
39 39
diff --git a/src/dht/test_dht_multipeer_data.conf b/src/dht/test_dht_multipeer_data.conf
index 77aea9c85..4219f6cf9 100644
--- a/src/dht/test_dht_multipeer_data.conf
+++ b/src/dht/test_dht_multipeer_data.conf
@@ -58,7 +58,7 @@ PORT = 12092
58DEBUG = NO 58DEBUG = NO
59 59
60[arm] 60[arm]
61DEFAULTSERVICES = dht 61DEFAULTSERVICES = dht core
62ACCEPT_FROM6 = ::1; 62ACCEPT_FROM6 = ::1;
63ACCEPT_FROM = 127.0.0.1; 63ACCEPT_FROM = 127.0.0.1;
64BINARY = gnunet-service-arm 64BINARY = gnunet-service-arm
diff --git a/src/dht/test_dht_twopeer_data.conf b/src/dht/test_dht_twopeer_data.conf
index 5f7415895..08d21662a 100644
--- a/src/dht/test_dht_twopeer_data.conf
+++ b/src/dht/test_dht_twopeer_data.conf
@@ -9,7 +9,6 @@ DEBUG = NO
9AUTOSTART = YES 9AUTOSTART = YES
10#PREFIX = xterm -T dht -e gdb --args 10#PREFIX = xterm -T dht -e gdb --args
11PORT = 2100 11PORT = 2100
12DISABLE_SOCKET_FORWARDING = YES
13PUT_PEER_IDENTITIES = YES 12PUT_PEER_IDENTITIES = YES
14 13
15[block] 14[block]
@@ -32,7 +31,7 @@ HOSTNAME = localhost
32PORT = 12092 31PORT = 12092
33 32
34[arm] 33[arm]
35DEFAULTSERVICES = dht 34DEFAULTSERVICES = core
36PORT = 12366 35PORT = 12366
37DEBUG = NO 36DEBUG = NO
38 37