我使用 Vultr 提供的 VPS,在上面部署了 samba,走 kcptun。速度只有 30-40KB/S。但是使用 https+kcp,速度能达到 1.2MB/S。可是 http 只读比较方便,管理文件不行。请问如何调整参数,使得 samba 协议速度更快?
[global] netbios name = NJ
server string = The NJ File Center
workgroup = WORKGROUP
protocol = SMB3
smb encrypt = desired
# allow follow soft links
follow symlinks = yes
wide links = yes
unix extensions = no
# network optimizations
socket options = TCP_NODELAY IPTOS_LOWDELAY
read raw = yes
write raw = yes
oplocks = yes
max xmit = 65535
dead time = 15
getwd cache = yes
lpq cache = 30
#### Debugging/Accounting ####
# This tells Samba to use a separate log file for each machine
# that connects
log level = 1
[global] netbios name = NJ
server string = The NJ File Center
workgroup = WORKGROUP
protocol = SMB3
smb encrypt = desired
# allow follow soft links
follow symlinks = yes
wide links = yes
unix extensions = no
# network optimizations
socket options = TCP_NODELAY IPTOS_LOWDELAY
read raw = yes
write raw = yes
oplocks = yes
max xmit = 65535
dead time = 15
getwd cache = yes
lpq cache = 30
#### Debugging/Accounting ####
# This tells Samba to use a separate log file for each machine
# that connects
log level = 1