From 1fa0d3536d2b6598f5018856390a137e413a174a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 12 May 2011 16:39:30 +0000 Subject: [PATCH] fixing bug with connections that go down not coming back up --- src/transport/plugin_transport_tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c index fdf6a1882..ecec4c6d5 100644 --- a/src/transport/plugin_transport_tcp.c +++ b/src/transport/plugin_transport_tcp.c @@ -38,7 +38,7 @@ #include "gnunet_transport_plugin.h" #include "transport.h" -#define DEBUG_TCP GNUNET_YES +#define DEBUG_TCP GNUNET_NO #define DEBUG_TCP_NAT GNUNET_NO -- 2.25.1