Merge fix/refactoring into merge-all

This commit is contained in:
2026-07-21 15:04:41 +02:00
4 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ typedef struct Config {
bool partial;
} Config;
#define PROTOCOL_VERSION "1.3.0"
#define PROTOCOL_VERSION "2.0.0"
#define DEFAULT_CHUNK_SIZE (10 * 1024 * 1024)
Config* config_create(char* version, char* send_directory, char* receive_directory,