Subject: CVS commit: src/sys/netinet
To: None <source-changes@NetBSD.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 10/24/2003 10:25:40
Module Name:	src
Committed By:	ragge
Date:		Fri Oct 24 10:25:40 UTC 2003

Modified Files:
	src/sys/netinet: tcp_input.c tcp_output.c

Log Message:
Fix the bug in the tcp transmit prediction code.
During testing the prediction counters show a hit-rate on about 85% for
packets sent on a local LAN, and better than 99% for intercontinental
high-speed bulk traffic (!).


To generate a diff of this commit:
cvs rdiff -r1.185 -r1.186 src/sys/netinet/tcp_input.c
cvs rdiff -r1.104 -r1.105 src/sys/netinet/tcp_output.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.