Subject: CVS commit: src/sys/netsmb
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 03/24/2003 20:08:52
Module Name:	src
Committed By:	jdolecek
Date:		Mon Mar 24 18:08:52 UTC 2003

Modified Files:
	src/sys/netsmb: smb_trantcp.c smb_trantcp.h

Log Message:
Receive packets in a small pieces (NB_SORECEIVE_CHUNK), so TCP slowstart will
get its ACKs faster.
From Darwin via FreeBSD.

XXX I don't have any idea if this is useful or reasonable, but it looks
XXX sane and the code works. "Remove if found nonuseful."


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/netsmb/smb_trantcp.c
cvs rdiff -r1.3 -r1.4 src/sys/netsmb/smb_trantcp.h

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