Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 06/21/2006 12:55:12
Module Name:	src
Committed By:	yamt
Date:		Wed Jun 21 12:55:12 UTC 2006

Modified Files:
	src/sys/kern: uipc_socket.c uipc_socket2.c
	src/sys/sys: socketvar.h

Log Message:
bump default so_snd.sb_lowat to increase chance to use loaning.

the idea to tweak the watermark from Jonathan Stone.
reviewed by Bill Studenmund.


To generate a diff of this commit:
cvs rdiff -r1.120 -r1.121 src/sys/kern/uipc_socket.c
cvs rdiff -r1.71 -r1.72 src/sys/kern/uipc_socket2.c
cvs rdiff -r1.87 -r1.88 src/sys/sys/socketvar.h

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