On Fri, May 27, 2011 at 06:34:50AM -0700, Juan Pablo wrote: > Hi Volker, > > I am using the following socket options: > > socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536
Just remove the SO_RCVBUF=65536 SO_SNDBUF=65536 settings. Unless you're on a very old Linux or other Unix the kernel is far better off figuring out that itself. > read raw = yes > write raw = yes > max xmit = 65535 Just remove these 3 settings. If it's still slow after that, we need to do more analysis. Volker -- SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen phone: +49-551-370000-0, fax: +49-551-370000-9 AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
