aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-27 13:47:48 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-27 13:47:48 +0000
commit88a6e8416e408c22e6bc590f67dec817b7a107d0 (patch)
tree98ca949e5859ce8dea0e76aa51336599001f987e /src/transport/plugin_transport_udp.c
parent663a819ef73f9defa763767641ec68b648c980af (diff)
downloadgnunet-88a6e8416e408c22e6bc590f67dec817b7a107d0.tar.gz
gnunet-88a6e8416e408c22e6bc590f67dec817b7a107d0.zip
die debug code
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 5b5aaf882..e8a5b03a5 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -53,7 +53,7 @@
53#include "plugin_transport.h" 53#include "plugin_transport.h"
54#include "transport.h" 54#include "transport.h"
55 55
56#define DEBUG_UDP GNUNET_YES 56#define DEBUG_UDP GNUNET_NO
57 57
58#define MAX_PROBES 20 58#define MAX_PROBES 20
59 59