[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r15224 - gnunet/src/transport
From: |
gnunet |
Subject: |
[GNUnet-SVN] r15224 - gnunet/src/transport |
Date: |
Thu, 12 May 2011 18:39:30 +0200 |
Author: grothoff
Date: 2011-05-12 18:39:30 +0200 (Thu, 12 May 2011)
New Revision: 15224
Modified:
gnunet/src/transport/plugin_transport_tcp.c
Log:
fixing bug with connections that go down not coming back up
Modified: gnunet/src/transport/plugin_transport_tcp.c
===================================================================
--- gnunet/src/transport/plugin_transport_tcp.c 2011-05-12 16:39:03 UTC (rev
15223)
+++ gnunet/src/transport/plugin_transport_tcp.c 2011-05-12 16:39:30 UTC (rev
15224)
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r15224 - gnunet/src/transport,
gnunet <=