Socket Options
These are either passed to the smbd using the option -O
or are set in /etc/smb.conf.
Which options may be set or combined differs and has to be figured out by
experimenting (it strongly depends on your network).
There are hints in man smb.conf and
/usr/doc/packages/samba/Speed.txt.
Be aware that your changes might have an opposite effect!
One option that enhances performance is TCP_NODELAY.
$ vi /etc/smb.conf
[Global]
; workgroup = NT-Domain-Name or Workgroup-Name, eg: REDHAT4
workgroup = SUSE
...
socket options = TCP_NODELAY