cvs commit: src/sys/netinet tcp_syncache.c tcp_var.h

David Malone dwmalone at maths.tcd.ie
Sat Jul 17 12:47:42 PDT 2004


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.


More information about the cvs-src mailing list