summaryrefslogtreecommitdiffstats
path: root/opt_tcpdebug.h
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-02-03 19:46:50 -0700
committerVijay Kumar Banerjee <vijay@rtems.org>2021-02-24 19:01:17 -0700
commitfbc7459c2c3a86a4d94e19463417b759900ff51c (patch)
tree19d5451b8cee3d0c51a432c23bd598eafe9a53b0 /opt_tcpdebug.h
downloadrtems-net-legacy-fbc7459c2c3a86a4d94e19463417b759900ff51c.tar.bz2
Initial Commit: Add all files from RTEMS libnetworking directory
Diffstat (limited to 'opt_tcpdebug.h')
-rw-r--r--opt_tcpdebug.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/opt_tcpdebug.h b/opt_tcpdebug.h
new file mode 100644
index 0000000..91d7ede
--- /dev/null
+++ b/opt_tcpdebug.h
@@ -0,0 +1,12 @@
+/* intentionally empty file */
+
+/*
+ * Uncomment the following line to turn on debug code. When you define
+ * this symbol, tcp_trace() is called. If you want tcp_trace() to
+ * print, then you need to edit netinet/tcp_debug to set the variable
+ * "tcpconsdebug" to 1.
+ */
+
+/*
+#define TCPDEBUG
+*/