[PATCH} Implement SMB3/SMB3 in smbclient and smbcacls (and generic client library).

Jeremy Allison jra at samba.org
Tue Aug 13 12:30:12 MDT 2013


On Tue, Aug 13, 2013 at 08:19:25PM +0200, Stefan (metze) Metzmacher wrote:
> > 
> > I've tested put and get with a 35M file
> > 
> > There was a next = chunk; instead of next = chunk->next; ...
> 
> Ok, using -m SMB3 --send-buffer=0 lets smbclient use all possible credits.
> With the default send-buffer size of 524288 it just do sequential requests.

I've been setting 'iosize 1677696'
to test, which allows 16 simultaneous
requests. The default send-buffer size
is too small for SMB2. Maybe we
should set to zero in smbclient
if we detect we're on an SMB2+
connection ?

Jeremy.


More information about the samba-technical mailing list