summaryrefslogtreecommitdiffstats
path: root/c/src/libnetworking/opt_tcpdebug.h
diff options
context:
space:
mode:
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
+*/