TcpClient/Reactor 框架

This commit is contained in:
2026-09-08 12:38:28 +08:00
parent ac4045a979
commit aae773a7fa
11 changed files with 801 additions and 1 deletions
+1
View File
@@ -123,6 +123,7 @@ typedef int c_err_t;
#define C_SUCCESS C_ERR_OK
#define C_ERR_NOTFOUND C_ERR_FAIL
#define C_ERR_OUTOFBOUND C_ERR_FAIL
#define C_ERR_EOF C_ERR_OUTOFBOUND
/* ------------------------------------------------------------------------------------------------------------------ */
/* */