Subject: CVS commit: syssrc/sys/netinet
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 07/18/2002 06:23:02
Module Name:	syssrc
Committed By:	wrstuden
Date:		Thu Jul 18 03:23:02 UTC 2002

Modified Files:
	syssrc/sys/netinet: tcp_input.c

Log Message:
When a new connection arrives on a listening port, copy over the
value of the TCP_NODELAY socket option from the listener to the
newly connected connection. Agrees with how Linux & FreeBSD behave,
and goes more with the spirit of accept(2) creating a socket with
the same properties as the listener.

Analysis by Kevin Lahey. Closes PR 17616 by myself.


To generate a diff of this commit:
cvs rdiff -r1.148 -r1.149 syssrc/sys/netinet/tcp_input.c

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