Displaying 1 result from an estimated 1 matches for "ffc2aeee".
Did you mean:
ffc2ae0
2011 Oct 22
1
handling of final partial block in rsync
Greetings,
I have been using the rsync C source as a guide for porting the rsync
algorithm to Java. This has been successful, but there is one low level
detail I am having some issues with.
Assuming the default block size of 700 bytes, when stepping through the
file and generating checksums for each block it is very likely that
there will be a partial block at the end of the file. Right now