From: Christian Grothoff Date: Thu, 12 May 2011 16:39:30 +0000 (+0000) Subject: fixing bug with connections that go down not coming back up X-Git-Tag: initial-import-from-subversion-38251~18484 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1fa0d3536d2b6598f5018856390a137e413a174a;p=oweals%2Fgnunet.git fixing bug with connections that go down not coming back up --- 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