Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 04/22/2004 15:05:33
Module Name: src
Committed By: ragge
Date: Thu Apr 22 15:05:33 UTC 2004
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Avoid performance problem in tcp_reass() when appending mbufs to a chain
by keeping a pointer to the last mbuf in the chain.
To generate a diff of this commit:
cvs rdiff -r1.195 -r1.196 src/sys/netinet/tcp_input.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.