fix: correctness — bw throttle underflow, glob **, protocol version, valgrind
CI / lint (pull_request) Successful in 8s
CI / sanitizers (address) (pull_request) Successful in 16s
CI / sanitizers (undefined) (pull_request) Successful in 15s
CI / coverage (pull_request) Successful in 11s
CI / fuzz-build (pull_request) Successful in 13s
CI / valgrind (pull_request) Successful in 12s
CI / build-and-test (pull_request) Successful in 54s

This commit is contained in:
2026-07-20 21:25:32 +02:00
parent 4b93082139
commit 4339d7905d
3 changed files with 17 additions and 22 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ typedef struct Config {
char* tls_ca;
} Config;
#define PROTOCOL_VERSION "1.3.0"
#define PROTOCOL_VERSION "1.4.0"
#define DEFAULT_CHUNK_SIZE (10 * 1024 * 1024)
Config* config_create(char* version, char* send_directory, char* receive_directory,