From: Christian Grothoff Date: Thu, 31 May 2012 18:20:04 +0000 (+0000) Subject: -actually start both DHTs X-Git-Tag: initial-import-from-subversion-38251~13334 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ca8e0a2919ba490f89d7986865ceef679516f094;p=oweals%2Fgnunet.git -actually start both DHTs --- diff --git a/src/dht/test_dht_twopeer.c b/src/dht/test_dht_twopeer.c index a5e2ece4e..f0ac05b1c 100644 --- a/src/dht/test_dht_twopeer.c +++ b/src/dht/test_dht_twopeer.c @@ -28,8 +28,6 @@ #include "gnunet_dht_service.h" /* DEFINES */ -#define VERBOSE GNUNET_NO - #define MAX_GET_ATTEMPTS 10 #define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MINUTES, 5) diff --git a/src/dht/test_dht_twopeer_data.conf b/src/dht/test_dht_twopeer_data.conf index 6e8b2bb3c..97c53a892 100644 --- a/src/dht/test_dht_twopeer_data.conf +++ b/src/dht/test_dht_twopeer_data.conf @@ -34,7 +34,7 @@ HOSTNAME = localhost PORT = 12092 [arm] -DEFAULTSERVICES = core +DEFAULTSERVICES = core dht PORT = 12366 DEBUG = NO