removed the limit on the read buffer size until I fully understand the
authorAndrew Tridgell <tridge@samba.org>
Thu, 27 Aug 1998 05:07:52 +0000 (05:07 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 27 Aug 1998 05:07:52 +0000 (05:07 +0000)
commit2f9af9011887f585e152c28db52166a78a0b5d5d
treea1042abf3bb30b51f4371598acb50780bfab061f
parent3eb388185b97920933a1bd17753866815e38539b
removed the limit on the read buffer size until I fully understand the
interactions with ssh. The old ssh freezes have shown up again and
some debugging (with help from James Welborn) showed that the cause
was the read buffer hitting maximum size. I think this means that ssh
must be misbehaving about blocking IO.

This change gets rid of the freezes at the expense of memory
usage. Where it would have frozen it uses more memory instead.
io.c