Skip to content

Instantly share code, notes, and snippets.

@jonocairns
Created November 14, 2016 08:24
Show Gist options
  • Save jonocairns/2879069d1de21b69e2c602be0edde58c to your computer and use it in GitHub Desktop.
Save jonocairns/2879069d1de21b69e2c602be0edde58c to your computer and use it in GitHub Desktop.
Samba extra config settings to increase network transfer speeds
read raw = Yes
write raw = Yes
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072
min receivefile size = 16384
use sendfile = true
aio read size = 16384
aio write size = 16384
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment