diff options
author | Gerald Carter <jerry@samba.org> | 2006-07-01 20:06:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:19:10 -0500 |
commit | 46fab723d8a6d55b5777f25a948c8a5afff5348f (patch) | |
tree | 93ac01f4c0d8fb244209ef9d7720df3e3cd35dea /examples | |
parent | 05089818a03ae94a3368415eeef5432a8ab81c00 (diff) | |
download | samba-46fab723d8a6d55b5777f25a948c8a5afff5348f.tar.gz samba-46fab723d8a6d55b5777f25a948c8a5afff5348f.tar.bz2 samba-46fab723d8a6d55b5777f25a948c8a5afff5348f.zip |
r16752: remove the 'socket options' setting from the shipped default smb.conf
(This used to be commit eac00a45efe96411ab8574b3a3d436a285b7e88a)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/smb.conf.default | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/smb.conf.default b/examples/smb.conf.default index 58d38aa9f7..971ca19c83 100644 --- a/examples/smb.conf.default +++ b/examples/smb.conf.default @@ -91,13 +91,6 @@ # this line. The included file is read at that point. ; include = /usr/local/samba/lib/smb.conf.%m -# Most people will find that this option gives better performance. -# See the chapter 'Samba performance issues' in the Samba HOWTO Collection -# and the manual pages for details. -# You may want to add the following on a Linux system: -# SO_RCVBUF=8192 SO_SNDBUF=8192 - socket options = TCP_NODELAY - # Configure Samba to use multiple interfaces # If you have multiple network interfaces then you must list them # here. See the man page for details. |