io_bufsize was set too large and so full length reads
authorAnton Blanchard <anton@samba.org>
Thu, 25 Jan 2001 06:40:44 +0000 (06:40 +0000)
committerAnton Blanchard <anton@samba.org>
Thu, 25 Jan 2001 06:40:44 +0000 (06:40 +0000)
commitc15a054b21a912285b628802b6e94553cb9a927d
treeb30aeab8b08a925c041d69bc447b1c6b60d814ff
parent5aef8a21c6e3cd690afb11d2d69d2e9bac25b6b4
io_bufsize was set too large and so full length reads
and writes got broken up into one ~64k and one ~1k packet.
(This used to be commit b91f9064673a8ff11a3c0ea2ac40c3f39fa2a2d7)
source3/client/client.c