From 7c7fd4de931ab2ca213df1d146cdfdf565388d56 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Feb 1999 14:53:06 +0000 Subject: Modified to include comments on how to get TCPDEBUG turned on and printing messages. --- c/src/libnetworking/opt_tcpdebug.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'c/src/libnetworking/opt_tcpdebug.h') 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 +*/ -- cgit v1.2.3