Displaying 1 result from an estimated 1 matches for "avblocksigsize".
2010 Sep 15
1
What is the block size algorithm
...fault
Block-Size?
I found an old post about this saying it was :
The closest 2^k approximation of N/10 000, and inside the range 700 -> 16
> 384.
>
But running a test on version 3, I computed an estimate of the block size
for a 1.9Go file:
N = 1 950 368 768
> Received = 310 851
> AvBlockSigSize ~= 8.09 Byte/Block (from some other tests i made)
>
*BlockSize = 310 851 / 8.09 ~= 38 424*
>
So 38 424 is not in the range and is not far from sqrt(N)?
Could anyone tell me what is the actual implementation in the last release
of Rsync?
Best regards,
Renaud
-------------- next part ------...