search for: data_transfer

Displaying 2 results from an estimated 2 matches for "data_transfer".

2002 Aug 05
5
[patch] read-devices
...= offset - last_match; OFF_T j; + if (verbose > 2 && i >= 0) rprintf(FINFO,"match at %.0f last_match=%.0f j=%d len=%d n=%.0f\n", (double)offset,(double)last_match,i,s->sums[i].len,(double)n); - send_token(f,i,buf,last_match,n,i<0?0:s->sums[i].len); - data_transfer += n; + data_transfer += send_token(f,i,buf,last_match,n,i<0?0:s->sums[i].len);; if (i >= 0) { stats.matched_data += s->sums[i].len; n += s->sums[i].len; } - for (j=0;j<n;j+=CHUNK_SIZE) { int n1 = MIN(CHUNK_SIZE,n-j); - sum_update(map_ptr(buf,last_match+j,n1),n...
2001 Aug 06
1
merge rsync+ into rsync (was Re: rsync-2.4.7 NEWS file)
> Just curious: what about the rsync+ patch? Thanks for the reminder. I've just committed Jos's rsync+ patch onto the "branch_mbp_rsyncplus_merge" branch. If it works OK and nobody screams I will move it across onto the main tree tomorrow or Wednesday. I see the patch doesn't add documentation about the new options to the man page, so we should fix that in the future.