<div class="gmail_quote">On Sun, Aug 12, 2012 at 10:41 AM, Wayne Davison <span dir="ltr"><<a href="mailto:wayned@samba.org" target="_blank">wayned@samba.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_quote"><div class="im">I have imagined making the code pretend that the partial file and any destination file are concatenated together for the purpose of generating checksums.</div></div></blockquote><div>
<br></div><div>Actually, that could be bad if the destination and partial file are both huge.  What would be better would be to send just the size of the destination file in checksums, but overlay the start of the destination's data with the partial-file's data (and just ignore any partial-block from the end of the partial file).</div>
</div><div><br></div>..wayne..<br>