17f4d3967e
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>
27 lines
616 B
Text
27 lines
616 B
Text
[global]
|
|
netbios name = |NAME|
|
|
display charset = |CHARSET|
|
|
interfaces = |INTERFACES|
|
|
server string = |DESCRIPTION|
|
|
unix charset = |CHARSET|
|
|
workgroup = |WORKGROUP|
|
|
browseable = yes
|
|
deadtime = 30
|
|
domain master = yes
|
|
encrypt passwords = yes
|
|
enable core files = no
|
|
guest ok = yes
|
|
invalid users = root
|
|
load printers = no
|
|
map to guest = Bad User
|
|
max protocol = SMB2
|
|
min receivefile size = 16384
|
|
null passwords = yes
|
|
passdb backend = smbpasswd
|
|
preferred master = yes
|
|
security = user
|
|
smb passwd file = /etc/samba/smbpasswd
|
|
syslog = 2
|
|
use sendfile = yes
|
|
writeable = yes
|
|
bind interfaces only = yes
|