rclone/backend/smb
Jonathan Giannuzzi dc9c87279b smb: improve connection pooling efficiency
* Lower pacer minSleep to establish new connections faster
* Use Echo requests to check whether connections are working (required an upgrade of go-smb2)
* Only remount shares when needed
* Use context for connection establishment
* When returning a connection to the pool, only check the ones that encountered errors
* Close connections in parallel
2025-02-04 12:35:19 +00:00
..
connpool.go smb: improve connection pooling efficiency 2025-02-04 12:35:19 +00:00
kerberos.go smb: add support for kerberos authentication 2025-01-14 19:24:31 +00:00
smb_test.go smb: add support for kerberos authentication 2025-01-14 19:24:31 +00:00
smb.go smb: improve connection pooling efficiency 2025-02-04 12:35:19 +00:00