Subject: Re: CVS commit: src/sys
To: None <david@l8s.co.uk>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 11/26/2006 02:56:34
> On Thu, Nov 23, 2006 at 07:41:58PM +0000, YAMAMOTO Takashi wrote:
> > 
> > Modified Files:
> > 	src/sys/net: if.h
> > 	src/sys/netinet: tcp_output.c
> > 	src/sys/netinet6: ip6_output.c
> > 	src/sys/sys: mbuf.h
> > 
> > Log Message:
> > implement ipv6 TSO.
> > partly from Matthias Scheler.  tested by him.
> 
> This code is responsible for bloating out INSTALL_LAPTOP.....
> 
> 	David

do you mean that this change happened to increase the size of
the INSTALL_LAPTOP kernel beyond a threshold?

YAMAMOTO Takashi