diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-10-29 21:55:06 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:03 -0500 |
commit | 08e30a51f8e75cb5bf9485ba847a9b3c1c7fb9b8 (patch) | |
tree | 87e4529b6a2393c15d436978af4afa1f0a016404 /source4/param | |
parent | 3ab24d0d2236241c3f7f04db1b08d1ee80ce5530 (diff) | |
download | samba-08e30a51f8e75cb5bf9485ba847a9b3c1c7fb9b8.tar.gz samba-08e30a51f8e75cb5bf9485ba847a9b3c1c7fb9b8.tar.bz2 samba-08e30a51f8e75cb5bf9485ba847a9b3c1c7fb9b8.zip |
r3375: changed the default max xmit until I fix a problem with the SMBtrans multi-part code
A higher max xmit avoids multi-part trans requests
(This used to be commit 23f4ce3a7d207db0c2705295cbb8d46dc5290b1a)
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index 8deda6514d..341b039aad 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -939,7 +939,7 @@ static void init_globals(void) do_parameter("load printers", "True"); do_parameter("max mux", "50"); - do_parameter("max xmit", "4356"); + do_parameter("max xmit", "65535"); do_parameter("lpqcachetime", "10"); do_parameter("DisableSpoolss", "False"); do_parameter("password level", "0"); |