Subject: CVS commit: [netbsd-1-6] syssrc/sys/netinet
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 11/21/2002 19:48:01
Module Name:	syssrc
Committed By:	he
Date:		Thu Nov 21 17:48:01 UTC 2002

Modified Files:
	syssrc/sys/netinet [netbsd-1-6]: tcp_output.c

Log Message:
Pull up revision 1.85 (requested by thorpej in ticket #707):
  Never send more than half a socket buffer of data in a
  segment.  This ensures that we can always keep 2 packets
  on the wire, and we will therefore not cause any delayed
  ACKs.  Otherwise, this causes performance problems when
  using large-MTU interfaces, such as the loopback interface.


To generate a diff of this commit:
cvs rdiff -r1.79.4.1 -r1.79.4.2 syssrc/sys/netinet/tcp_output.c

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