summaryrefslogtreecommitdiff
path: root/nuttx/net/net_send_buffered.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-18 11:45:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-18 11:45:55 -0600
commit56d7e426224f06945792dd870e1f744f0c00837d (patch)
tree519d4e115fc2c9d6262d20617be788c711b89d64 /nuttx/net/net_send_buffered.c
parent3c2155170f37674c09d4bc7aba33e1aa66edb643 (diff)
downloadnuttx-56d7e426224f06945792dd870e1f744f0c00837d.tar.gz
nuttx-56d7e426224f06945792dd870e1f744f0c00837d.tar.bz2
nuttx-56d7e426224f06945792dd870e1f744f0c00837d.zip
Networking: Move relevant parts of net/Kconfig to tcp/Kconfig, udp/Kconfig, and pkt/Kconfig
Diffstat (limited to 'nuttx/net/net_send_buffered.c')
-rw-r--r--nuttx/net/net_send_buffered.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/net/net_send_buffered.c b/nuttx/net/net_send_buffered.c
index 5005e1a5f..60f2a6134 100644
--- a/nuttx/net/net_send_buffered.c
+++ b/nuttx/net/net_send_buffered.c
@@ -43,6 +43,13 @@
#if defined(CONFIG_NET) && defined(CONFIG_NET_TCP) && \
defined(CONFIG_NET_TCP_WRITE_BUFFERS)
+#if defined(CONFIG_DEBUG) && defined(CONFIG_NET_TCP_WRBUFFER_DEBUG)
+/* Force debug output (from this file only) */
+
+# undef CONFIG_DEBUG_NET
+# define CONFIG_DEBUG_NET 1
+#endif
+
#include <sys/types.h>
#include <sys/socket.h>