https://bugzilla.samba.org/show_bug.cgi?id=14390
--- Comment #2 from Wayne Davison ---
I've updated the compression code to add a negotiation idiom like I did for
checksums, and then I re-enabled the external zlib's ability to handle both the
old-style compression (now named "zlib") and the newer
When a whole-file checksum is performed, hashing was done in 64 byte
blocks, causing overhead and limiting performance.
Testing showed the performance improvement to go up quickly going from
64 to 512 bytes, with diminishing returns above, 4096 was where it
seemed to plateau for me. Re-used CHUNK_
https://bugzilla.samba.org/show_bug.cgi?id=14390
Wayne Davison changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #1 from Wayne Davison
OK I have the following setup:
Server A: a remote server which runs rsync to a local machine to get new files
Local: A local machine
Local A: A folder on the local machine with new files for Server A yto get
Local B: An empty folder on an external drive connected to Local
Now, normally Local B