aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-31 18:20:04 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-31 18:20:04 +0000
commitca8e0a2919ba490f89d7986865ceef679516f094 (patch)
tree0610a07a9734543ceed64d2dde13bb00ec324905 /src
parentda93dc1c98b69e4ced01c8005eda25c0238364ad (diff)
downloadgnunet-ca8e0a2919ba490f89d7986865ceef679516f094.tar.gz
gnunet-ca8e0a2919ba490f89d7986865ceef679516f094.zip
-actually start both DHTs
Diffstat (limited to 'src')
-rw-r--r--src/dht/test_dht_twopeer.c2
-rw-r--r--src/dht/test_dht_twopeer_data.conf2
2 files changed, 1 insertions, 3 deletions
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 @@
28#include "gnunet_dht_service.h" 28#include "gnunet_dht_service.h"
29 29
30/* DEFINES */ 30/* DEFINES */
31#define VERBOSE GNUNET_NO
32
33#define MAX_GET_ATTEMPTS 10 31#define MAX_GET_ATTEMPTS 10
34 32
35#define TIMEOUT GNUNET_TIME_relative_multiply(GNUNET_TIME_UNIT_MINUTES, 5) 33#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
34PORT = 12092 34PORT = 12092
35 35
36[arm] 36[arm]
37DEFAULTSERVICES = core 37DEFAULTSERVICES = core dht
38PORT = 12366 38PORT = 12366
39DEBUG = NO 39DEBUG = NO
40 40