Re: struggling to access samba shares from an xp machine.
You could try this from the example smb.conf file;
# Most people will find that this option gives better performance.
# You may want to add the following on a Linux system:
SO_RCVBUF=8192 SO_SNDBUF=8192
socket options = TCP_NODELAY
As I recall this did speed things along a bit for me.
You could try this from the example smb.conf file;
# Most people will find that this option gives better performance.
# You may want to add the following on a Linux system:
SO_RCVBUF=8192 SO_SNDBUF=8192
socket options = TCP_NODELAY
As I recall this did speed things along a bit for me.
Comment