aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-18 11:43:23 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-18 11:43:23 +0000
commit24c7345ea01a015a00a711e91eb893c5c1018abc (patch)
tree26db642de762223fc51f7208ee217dcc2acf1496 /src/topology
parent7595e5de319265cadbd3fc8ccceb97a29e9111f3 (diff)
downloadgnunet-24c7345ea01a015a00a711e91eb893c5c1018abc.tar.gz
gnunet-24c7345ea01a015a00a711e91eb893c5c1018abc.zip
move
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c2
-rw-r--r--src/topology/test_gnunet_service_topology_data.conf6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 789efcd6e..b466dfbbe 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -34,7 +34,7 @@
34#include "gnunet_util_lib.h" 34#include "gnunet_util_lib.h"
35 35
36 36
37#define DEBUG_TOPOLOGY GNUNET_YES 37#define DEBUG_TOPOLOGY GNUNET_NO
38 38
39/** 39/**
40 * For how long do we blacklist a peer after a failed connection 40 * For how long do we blacklist a peer after a failed connection
diff --git a/src/topology/test_gnunet_service_topology_data.conf b/src/topology/test_gnunet_service_topology_data.conf
index d429e6c2c..d920e9e88 100644
--- a/src/topology/test_gnunet_service_topology_data.conf
+++ b/src/topology/test_gnunet_service_topology_data.conf
@@ -8,7 +8,7 @@ PORT = 2664
8[transport] 8[transport]
9PORT = 2665 9PORT = 2665
10PLUGINS = tcp 10PLUGINS = tcp
11DEBUG = YES 11# DEBUG = YES
12#PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args 12#PREFIX = xterm -e xterm -T transport -e gdb -x cmd --args
13#PREFIX = valgrind --tool=memcheck --log-file=logs%p 13#PREFIX = valgrind --tool=memcheck --log-file=logs%p
14 14
@@ -27,10 +27,10 @@ PORT = 2669
27 27
28[core] 28[core]
29PORT = 2670 29PORT = 2670
30DEBUG = YES 30# DEBUG = YES
31 31
32[topology] 32[topology]
33DEBUG = YES 33# DEBUG = YES
34#PREFIX = valgrind --tool=memcheck 34#PREFIX = valgrind --tool=memcheck
35 35
36[testing] 36[testing]