Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



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@localhost> on the freebsd-net
mailing list.




Home | Main Index | Thread Index | Old Index