summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/opt_tcpdebug.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-04 14:53:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-04 14:53:06 +0000
commit7c7fd4de931ab2ca213df1d146cdfdf565388d56 (patch)
treed23b58d710c454c1e73ab4692b8b0886fef369f3 /c/src/libnetworking/opt_tcpdebug.h
parentPatch from John S Gwynne <jsg@donet.com> for malloctest. His comments: (diff)
downloadrtems-7c7fd4de931ab2ca213df1d146cdfdf565388d56.tar.bz2
Modified to include comments on how to get TCPDEBUG turned on and
printing messages.
Diffstat (limited to 'c/src/libnetworking/opt_tcpdebug.h')
-rw-r--r--c/src/libnetworking/opt_tcpdebug.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/libnetworking/opt_tcpdebug.h b/c/src/libnetworking/opt_tcpdebug.h
index 5a6ee0337b..4c10d1bac2 100644
--- a/c/src/libnetworking/opt_tcpdebug.h
+++ b/c/src/libnetworking/opt_tcpdebug.h
@@ -4,3 +4,13 @@
/* 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
+*/