From cab382db088d9f240253466a1c5a26c62f3967c8 Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Sat, 8 Feb 2025 22:13:52 +0300 Subject: Implemented multiplexing in main thread (TCP loop). Removed CMake files. TODO: Implement multiplexing in worker threads (UDP loops), implement channel_pool interface. --- include/kv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/kv.h') diff --git a/include/kv.h b/include/kv.h index ff28ce3..52f27b5 100644 --- a/include/kv.h +++ b/include/kv.h @@ -5,3 +5,4 @@ #define KV_SERVER_ADDRESS_INT ((95 << 24) | (164 << 16) | (2 << 8) | (199 << 0)) #endif // JUSTANOTHERCATGIRL_KV_H +/* vim: set ts=8 noet: */ -- cgit v1.2.3-70-g09d2