From owner-freebsd-questions Tue Jan 4 7:53: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from void.dynip.com (hobax1-176.dialup.optusnet.com.au [198.142.190.176]) by hub.freebsd.org (Postfix) with ESMTP id A8F0D14FC8 for ; Tue, 4 Jan 2000 07:52:50 -0800 (PST) (envelope-from death@southcom.com.au) Received: from windows (windows.void.net [192.168.1.2]) by unix.void.net (Postfix) with ESMTP id 488EA5599 for ; Wed, 5 Jan 2000 02:33:50 +1100 (EST) Message-Id: <4.2.2.20000105022422.00daa3e0@mail.southcom.com.au> X-Sender: death@mail.southcom.com.au X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Wed, 05 Jan 2000 02:33:38 +1100 To: freebsd-questions@FreeBSD.ORG From: james Subject: Samba slowness Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm still having trouble with getting Samba to transfer files above 300KB/s. As i've seen in the docs and have had suggested to me, i've tried every combination of options in: socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=131072 SO_RCVBUF=131072 as i can but it doesn't speed it up. The _only_ thing which seems to work is doing: sysctl -w net.inet.tcp.delayed_ack=0 which shows an immediate speed increase (say, if i typed it during a large file transfer) upto 4MB/s. I don't want to do this because it slows everything else down (like ftp). I'm guessing it's the same as the TCP_NODELAY option but it defaults to all sockets when set with sysctl. Is there anything that can be wrong with my setup - or is Samba (or the port) broken? I'll provide any settings/config/output etc for anything if you need it. Cheers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message