1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

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)
This commit is contained in:
Anton Blanchard 2001-01-25 06:40:44 +00:00
parent 5aef8a21c6
commit c15a054b21

View File

@ -40,7 +40,7 @@ static pstring username;
static pstring workgroup;
static char *cmdstr;
static BOOL got_pass;
static int io_bufsize = 65520;
static int io_bufsize = 64512;
extern struct in_addr ipzero;
static int name_type = 0x20;