svn commit: samba r3375 - in branches/SAMBA_4_0/source/param: .

tridge at samba.org tridge at samba.org
Fri Oct 29 21:55:08 GMT 2004


Author: tridge
Date: 2004-10-29 21:55:06 +0000 (Fri, 29 Oct 2004)
New Revision: 3375

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3375

Log:
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




Modified:
   branches/SAMBA_4_0/source/param/loadparm.c


Changeset:
Modified: branches/SAMBA_4_0/source/param/loadparm.c
===================================================================
--- branches/SAMBA_4_0/source/param/loadparm.c	2004-10-29 21:53:42 UTC (rev 3374)
+++ branches/SAMBA_4_0/source/param/loadparm.c	2004-10-29 21:55:06 UTC (rev 3375)
@@ -939,7 +939,7 @@
 	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");



More information about the samba-cvs mailing list