samba: update smb template socket options defaults
authorKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
Wed, 6 Jul 2016 10:29:34 +0000 (11:29 +0100)
committerJohn Crispin <john@phrozen.org>
Mon, 11 Jul 2016 12:19:47 +0000 (14:19 +0200)
Removed socket options = TCP_NODELAY IPTOS_LOWDELAY

TCP_NODELAY (disables Nagle algorithm) is default since samba2.
IPTOS_LOWDELAY sets DSCP 0x10 coding (CS2)
The alternate IPTOS_THROUGHPUT sets DSCP 0x08 coding (CS1)

CS1 is a scavenger class, whilst CS2 is more OAM/interactive
(SNMP,SSH,syslog)

Using CS2 is definitely an abuse of DSCP classification, CS1 less so
however even if the ISP takes note of DSCP codings having a default that
sets traffic to CS2 is wrong.  Better to use the default Best Effort
class.

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
package/network/services/samba36/files/smb.conf.template

index 7a996b828653ea2ac28f6eeee38d5e694e663001..48e575a40621d236771a4702200b244d00e48327 100644 (file)
@@ -21,7 +21,6 @@
        preferred master = yes
        security = user
        smb passwd file = /etc/samba/smbpasswd
-       socket options = TCP_NODELAY IPTOS_LOWDELAY
        syslog = 2
        use sendfile = yes
        writeable = yes