mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +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 b91f906467
)
This commit is contained in:
parent
5aef8a21c6
commit
c15a054b21
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user