Subject: Re: TCP_DEBUG plus TCP_COMPAT_42
To: Jason R Thorpe <thorpej@zembu.com>
From: David Brownlee <abs@netbsd.org>
List: tech-net
Date: 07/08/2001 17:45:47
Done, defopted, and documented. If a kernel config had
TCP_COMPAT_42, it now has it commented out with the other COMPAT
options, plus a commented out TCP_DEBUG added.
Some form of kernel config rationalisation would be of great
benefit... more on that on tech-kern.
--
David/absolute -- www.netbsd.org: No hype required --
On Sun, 8 Jul 2001, Jason R Thorpe wrote:
> On Sun, Jul 08, 2001 at 05:01:23PM +0100, David Brownlee wrote:
>
> > TCP_DEBUG (update on earlier mail)
> >
> > TCPDEBUG is not enabled by default, leaving tcp_trace() to keep a
> > record of the last TCP_NDEBUG debug packets, but no option to
> > display them. I'd like to rename TCPDEBUG to TCP_DEBUG, plus make
> > it compile out tcp_trace() entirely when not defined. To enable
> > console output tcpconsdebug still needs to be set anyway. I'll add
> > a commented out TCP_DEBUG to all GENERICs and similar. Net result:
> > 31K saving on an INET enabled i386 kernel.
>
> Cool.
>
> > TCP_COMPAT_42
> >
> > We still enable this in a smattering of config files - any
> > objections to commenting this out on all configs by default?
>
> Go for it.
>
>