tn3399_openwrt/package/network
Kevin Darbyshire-Bryant 17f4d3967e samba: update smb template socket options defaults
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>
2016-07-11 14:19:47 +02:00
..
config lantiq: Correct ADSL race condition 2016-06-22 19:32:06 +02:00
ipv6 odhcp6c: Upstep to latest version 2016-06-30 14:53:21 +02:00
services samba: update smb template socket options defaults 2016-07-11 14:19:47 +02:00
utils iftop: fix mac address display 2016-07-11 14:19:47 +02:00