From 0d23056a4a35f254e930a22f47ae638bf7aea751 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Thu, 17 Mar 2011 12:25:15 +0000 Subject: [PATCH] fix for dht test case configurations --- src/dht/test_dht_api_peer1.conf | 2 +- src/dht/test_dht_multipeer_data.conf | 2 +- src/dht/test_dht_twopeer_data.conf | 3 +-- 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 PORT = 12092 [arm] -DEFAULTSERVICES = core dht +DEFAULTSERVICES = core PORT = 12366 DEBUG = NO 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 DEBUG = NO [arm] -DEFAULTSERVICES = dht +DEFAULTSERVICES = dht core ACCEPT_FROM6 = ::1; ACCEPT_FROM = 127.0.0.1; BINARY = 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 AUTOSTART = YES #PREFIX = xterm -T dht -e gdb --args PORT = 2100 -DISABLE_SOCKET_FORWARDING = YES PUT_PEER_IDENTITIES = YES [block] @@ -32,7 +31,7 @@ HOSTNAME = localhost PORT = 12092 [arm] -DEFAULTSERVICES = dht +DEFAULTSERVICES = core PORT = 12366 DEBUG = NO -- 2.25.1