diff options
author | Volker Lendecke <vl@samba.org> | 2008-04-09 08:40:59 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-04-09 08:42:07 +0200 |
commit | 3b19215c29faab0ab4fc61d35166d2979ac6d131 (patch) | |
tree | e411a04e616bfebb4b3b00903e3c7953785c593c /packaging/LSB | |
parent | b360cdfeb9c70832cb022936ae41e94519db6e04 (diff) | |
download | samba-3b19215c29faab0ab4fc61d35166d2979ac6d131.tar.gz |
Remove reference to pointless socket options
(This used to be commit 3aefb0df1c4065223d50c32910ef26704791a6a3)
Diffstat (limited to 'packaging/LSB')
-rw-r--r-- | packaging/LSB/smb.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packaging/LSB/smb.conf b/packaging/LSB/smb.conf index 71ff9463884..d08cd20ec4a 100644 --- a/packaging/LSB/smb.conf +++ b/packaging/LSB/smb.conf @@ -83,10 +83,6 @@ # of the machine that is connecting ; include = /etc/samba/smb.conf.%m -# Most people will find that this option gives better performance. -# See speed.txt and the manual pages for details - socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 - # Configure Samba to use multiple interfaces # If you have multiple network interfaces then you must list them # here. See the man page for details. |