Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/01/2006 15:38:28
Module Name:	src
Committed By:	christos
Date:		Sat Jul  1 15:38:28 UTC 2006

Modified Files:
	src/sys/kern: uipc_socket2.c

Log Message:
Revert previous change to bump the socket low watermark to sock_loan_thresh.
With sock_loan_thresh=4096, sb_lowat==sb_hiwat, and sowritable will never
be true (even if only a single byte is pending). Some programs (like screen)
expect select() to return that a socket is writable on a socket when there
is space to write to it. XXX: What is the right thing to do here?


To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 src/sys/kern/uipc_socket2.c

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