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
#!/bin/sh | |
# SOURCES: | |
# QNAP persistent smb.conf commands @ https://forum.qnap.com/viewtopic.php?t=132175 | |
# Socket options @ https://calomel.org/samba_optimize.html | |
# Server multichannel support / AIO @ https://blog.chaospixel.com/linux/2016/09/samba-enable-smb-multichannel-support-on-linux.html | |
# Min receivefile, RW raw, AIO switched aio to 16384 @ https://superuser.com/a/928126 | |
netbios_wrapper() | |
{ |
NewerOlder