From: Wayne Davison Date: Tue, 3 May 2005 17:00:47 +0000 (+0000) Subject: Added MAX_SERVER_ARGS. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/c296031d9fd9e9826d3ef3709df03050fc6b4a44 Added MAX_SERVER_ARGS. --- diff --git a/rsync.h b/rsync.h index b0ca2385..e079a653 100644 --- a/rsync.h +++ b/rsync.h @@ -103,8 +103,8 @@ #define IOERR_DEL_LIMIT (1<<2) #define MAX_ARGS 1000 - #define MAX_BASIS_DIRS 20 +#define MAX_SERVER_ARGS (MAX_BASIS_DIRS*2 + 100) #define MPLEX_BASE 7