jlemon c8d2423b8b When doing a recv(.. MSG_WAITALL) for a message which is larger than
the socket buffer size, the receive is done in sections.  After completing
a read, call pru_rcvd on the underlying protocol before blocking again.

This allows the the protocol to take appropriate action, such as
sending a TCP window update to the peer, if the window happened to
close because the socket buffer was filled.  If the protocol is not
notified, a TCP transfer may stall until the remote end sends a window
probe.
2001-03-16 22:37:06 +00:00
..
2000-12-30 22:06:19 +00:00
2001-01-29 06:18:14 +00:00
2001-02-11 10:44:09 +00:00
2001-03-15 14:52:12 +00:00
2001-03-10 16:31:00 +00:00
2001-03-16 20:00:53 +00:00
2001-03-10 05:24:45 +00:00
2001-03-01 21:00:17 +00:00
2001-02-22 13:46:09 +00:00