Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/15/1998 16:26:11
Module Name:	src
Committed By:	thorpej
Date:		Wed Dec 16 00:26:11 UTC 1998

Modified Files:
	src/sys/kern: uipc_socket.c
Log Message:
In the sosend() loop, if the residual count is > 0 before calling PRU_SEND,
set SS_MORETOCOME as a hint to the lower layer that more data is coming
on the next iteration of the loop.  Clear the flag after the PRU_SEND
call.

Suggested by Justin Walker <justin@apple.com> on the freebsd-net
mailing list.