Fix incremental-sync review: sendfile_no_path, reject -s+incremental, no data mutation, auto -M, STATUS_ERROR handling, PROTOCOL_VERSION bump

This commit is contained in:
2026-07-16 17:02:16 +02:00
parent 1905369c9f
commit f1af88a25c
5 changed files with 78 additions and 19 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ typedef struct Config {
bool use_incremental;
} Config;
#define PROTOCOL_VERSION "1.0.0"
#define PROTOCOL_VERSION "1.1.0"
#define DEFAULT_CHUNK_SIZE (10 * 1024 * 1024)
Config *config_create(char *version, char *send_directory,