From 8bbcc324e425c5a04ea133677a949ce116f61ffd Mon Sep 17 00:00:00 2001 From: Jason Friedrich Date: Thu, 29 Apr 2021 23:27:25 +0200 Subject: [PATCH] --- nsmb.conf | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/nsmb.conf b/nsmb.conf index 0b26863..544017d 100644 --- a/nsmb.conf +++ b/nsmb.conf @@ -1,6 +1,6 @@ -# /etc/nsmb.conf - macOS 11.2 - 2021-04-17 +# /etc/nsmb.conf - macOS 11.3 - 2021-04-29 #------------------------------------------------------------------------------ -# SMB configuration for macOS 11.2 <-> Synology +# SMB configuration for macOS 11.3 <-> Synology #------------------------------------------------------------------------------ # Additional information: # ----------------------- @@ -8,9 +8,9 @@ # https://support.apple.com/en-us/HT208209 # https://apple.stackexchange.com/questions/309016/smb-share-deadlocks-since-high-sierra # https://photographylife.com/afp-vs-nfs-vs-smb-performance +# https://support.apple.com/de-de/HT212277 #------------------------------------------------------------------------------ [default] - # Use NTFS streams if supported streams=yes @@ -33,4 +33,11 @@ protocol_vers_map=6 port445=no_netbios # Turn off notifications -notify_off=yes \ No newline at end of file +notify_off=yes + +# SMB Multichannel behavior +# To disable multichannel support completely uncomment the next line +# mc_on=no + +# Some Wi-Fi networks advertise faster speeds than the connected wired network. +mc_prefer_wired=yes \ No newline at end of file