aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-09-14 08:34:05 +0000
committerNathan S. Evans <evans@in.tum.de>2010-09-14 08:34:05 +0000
commitac4285d67cb9ac7cdab4f70f979184295000488b (patch)
tree45e1a65eda016c45065b966c19dcfe2611f271d0 /src
parenta2590eb32c70d8bd3d75ce671a1070afeeb699c4 (diff)
downloadgnunet-ac4285d67cb9ac7cdab4f70f979184295000488b.tar.gz
gnunet-ac4285d67cb9ac7cdab4f70f979184295000488b.zip
remove crazy debugging
Diffstat (limited to 'src')
-rw-r--r--src/transport/plugin_transport_tcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index ce6044f59..8c1d3d333 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -37,8 +37,8 @@
37#include "plugin_transport.h" 37#include "plugin_transport.h"
38#include "transport.h" 38#include "transport.h"
39 39
40#define DEBUG_TCP GNUNET_YES 40#define DEBUG_TCP GNUNET_NO
41#define DEBUG_TCP_NAT GNUNET_YES 41#define DEBUG_TCP_NAT GNUNET_NO
42 42
43/** 43/**
44 * How long until we give up on transmitting the welcome message? 44 * How long until we give up on transmitting the welcome message?