Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: CVS commit: src/sys/kern
> 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?
Home |
Main Index |
Thread Index |
Old Index