Created
December 27, 2020 09:48
-
-
Save JBlond/7e867a8889f12e9ac7763e8a9faa6c83 to your computer and use it in GitHub Desktop.
smb tuning Windows 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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
https://www.cyberciti.biz/faq/how-to-configure-samba-to-use-smbv2-and-disable-smbv1-on-linux-or-unix/