X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4c36ddbeecdde407c870109d70527640ca127ace..e3fe383aaa360a0226f81ae67467addfe2bf29d5:/rsync.h diff --git a/rsync.h b/rsync.h index 6a2e5834..2964dc10 100644 --- a/rsync.h +++ b/rsync.h @@ -51,7 +51,7 @@ #define WRITE_SIZE (32*1024) #define CHUNK_SIZE (32*1024) #define MAX_MAP_SIZE (1*1024*1024) -#define IO_BUFFER_SIZE (4096) +#define IO_BUFFER_SIZE (4092) #define MAX_READ_BUFFER (1024*1024) #define MAX_ARGS 1000