Date: Sat, 17 Jul 2004 20:47:40 +0100 From: David Malone <dwmalone@maths.tcd.ie> To: David Malone <dwmalone@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet tcp_syncache.c tcp_var.h Message-ID: <20040717194740.GA89030@walton.maths.tcd.ie> In-Reply-To: <200407171944.i6HJiDJM057563@repoman.freebsd.org> References: <200407171944.i6HJiDJM057563@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jul 17, 2004 at 07:44:13PM +0000, David Malone wrote: > dwmalone 2004-07-17 19:44:13 UTC > > FreeBSD src repository > > Modified files: > sys/netinet tcp_syncache.c tcp_var.h I forgot to mention, that on i386 this adds 4 bytes to the size of a syncache entry (104->108). On amd64 it actually remains the same size 'cos of padding in the syncache structure. Since nothing has increased over a power-of-two boundry, I don't think this will result in any problems. David.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040717194740.GA89030>