Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-1-6] syssrc/sys/netinet
Module Name: syssrc
Committed By: lukem
Date: Sun Jul 21 00:55:14 UTC 2002
Modified Files:
syssrc/sys/netinet [netbsd-1-6]: tcp_input.c
Log Message:
Pull up revision 1.149 (requested by wrstuden in ticket #517):
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.141 -r1.141.4.1 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.
Home |
Main Index |
Thread Index |
Old Index