X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fc1ae6582fa5e199cc9c50dc2297297c1893955c..195bd906a2bacbce7455405180bfecf60819a60d:/rsync.h diff --git a/rsync.h b/rsync.h index 0dd3e654..e3cbe570 100644 --- a/rsync.h +++ b/rsync.h @@ -341,6 +341,8 @@ enum logcode {FNONE=0, FERROR=1, FINFO=2, FLOG=3 }; /* the length of the md4 checksum */ #define MD4_SUM_LENGTH 16 #define SUM_LENGTH 16 +#define SHORT_SUM_LENGTH 2 +#define BLOCKSUM_BIAS 10 #ifndef MAXPATHLEN #define MAXPATHLEN 1024