mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
make the SMB2 negotiated read and write size settable in smb.conf
parametic options: smb2:max read size = NNN smb2:max write size = NNN The defaults are 65536, which is what Vista sets, and what we previously set (This used to be commit 9e60164cae42b5dd95720e48301a2ac57e95482a)
This commit is contained in:
parent
79af7ff2f7
commit
9cd04363f5
@ -35,6 +35,8 @@ from samba.provision import (provision,
|
||||
FILL_FULL, FILL_NT4SYNC,
|
||||
FILL_DRS)
|
||||
|
||||
# how do we make this case insensitive??
|
||||
|
||||
parser = optparse.OptionParser("provision [options]")
|
||||
sambaopts = options.SambaOptions(parser)
|
||||
parser.add_option_group(sambaopts)
|
||||
|
Loading…
x
Reference in New Issue
Block a user