Add basic file creation, write, then read test and fix bug in tcp.c

This commit is contained in:
2026-01-25 13:02:12 +01:00
parent 31708d22cc
commit 10053d3567
5 changed files with 110 additions and 9 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ typedef pthread_mutex_t Mutex;
#define PARALLEL_LIMIT 5
#define CLIENT_TRACE(fmt, ...) {}
//#define CLIENT_TRACE(fmt, ...) fprintf(stderr, "CLIENT: " fmt "\n", ##__VA_ARGS__);
//#define CLIENT_TRACE(fmt, ...) {}
#define CLIENT_TRACE(fmt, ...) fprintf(stderr, "CLIENT: " fmt "\n", ##__VA_ARGS__);
typedef struct {
SHA256 hash;