Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/07/2001 14:20:44
Module Name:	syssrc
Committed By:	itojun
Date:		Wed Feb  7 12:20:44 UTC 2001

Modified Files:
	syssrc/sys/kern: uipc_socket.c

Log Message:
return ECONNABORTED, if the socket (tcp connection for example)
is disconnected by RST right before accept(2).  fixes PR 10698/12027.
checked with SUSv2, XNET 5.2, and Stevens (unix network programming
vol 1 2nd ed) section 5.11.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 syssrc/sys/kern/uipc_socket.c

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