X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f5f95a38c40de63a22112a972d4a18e377257c44..67684d038de4c18431af0ccc17f55efbf4f20eb8:/match.c diff --git a/match.c b/match.c index 557226a6..292c537e 100644 --- a/match.c +++ b/match.c @@ -275,6 +275,10 @@ static void hash_search(int f,struct sum_struct *s, * checksums from the generator, and transmit either literal or token * data. * + * Also calculates the MD4 checksum of the whole file, using the md + * accumulator. This is transmitted with the file as protection + * against corruption on the wire. + * * @param s Checksums received from the generator. If s->count == * 0, then there are actually no checksums for this file. *