Skip to content

Instantly share code, notes, and snippets.

@MuruganChandrasekar
Forked from JBlond/smb.conf
Created July 20, 2023 11:03
Show Gist options
  • Save MuruganChandrasekar/39cccb56346eac941810649d065036db to your computer and use it in GitHub Desktop.
Save MuruganChandrasekar/39cccb56346eac941810649d065036db to your computer and use it in GitHub Desktop.
smb tuning Windows 10
[global]
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
protocol = SMB3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment