if we get EWOULDBLOCK on a write then reduce the amount of data we are
authorAndrew Tridgell <tridge@samba.org>
Fri, 19 Jun 1998 00:55:19 +0000 (00:55 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 19 Jun 1998 00:55:19 +0000 (00:55 +0000)
commitbf9f01689f9cba70ed595ddcfabdf92d4b03cb80
treee172d72ec75c27fe0edd41b1808dca46ecc68801
parentda81e2153611b99fe1d02ec14de61ebc5b732831
if we get EWOULDBLOCK on a write then reduce the amount of data we are
trying to write. This guarantees that the maximum amount of data that
can be written at any one time is written.
io.c