r3375: changed the default max xmit until I fix a problem with the SMBtrans multi...
authorAndrew Tridgell <tridge@samba.org>
Fri, 29 Oct 2004 21:55:06 +0000 (21:55 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:03 +0000 (13:05 -0500)
A higher max xmit avoids multi-part trans requests
(This used to be commit 23f4ce3a7d207db0c2705295cbb8d46dc5290b1a)

source4/param/loadparm.c

index 8deda6514d1abdb49ec2bffb254d5c00bac3d72e..341b039aad989165543cb5a6650a392ad77f3e78 100644 (file)
@@ -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");