BreadCrumbs: Samba

Samba

From Luke Jackson

(Difference between revisions)
Jump to: navigation, search
Revision as of 21:53, 12 December 2006 (edit)
Ljackson (Talk | contribs)

← Previous diff
Current revision (20:36, 15 May 2007) (edit)
Ljackson (Talk | contribs)

 
Line 13: Line 13:
socket options = IPTOS_LOWDELAY TCP_NODELAY socket options = IPTOS_LOWDELAY TCP_NODELAY
 +
 +[[Category:Linux]]

Current revision

FAQ

Slow Read Mac OS X

There seems to be a problem with the default configuration of the sockets option in the /etc/smb.conf file.

By default it is configured as below:

socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096 SO_RCVBUF=4096

To fix the slow read for Mac OS X clients simply replace it with this one:

socket options = IPTOS_LOWDELAY TCP_NODELAY
Personal tools