Subject: re: CVS commit: src/sys/kern
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 07/02/2006 05:37:21
> 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?
i guess the right thing is fixing the configure script...
why is it wrong?