dev v1.0.4 part1

This commit is contained in:
zzy 2023-10-26 22:06:52 +08:00
parent 92ac3d94bc
commit 86042281ae
4 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@ -2,8 +2,10 @@
!.gitignore
!README.txt
!version.txt
!doc.md
!*/
!include/*
!doc/*
!test/client/client.c
!test/client/CMakeLists.txt
!test/server/server.c

0
doc.md Normal file
View File

0
doc/document.md Normal file
View File

View File

@ -9,4 +9,8 @@ v1.0.3 dev
使用多头文件分离的方法将系统环境,线程,套接字分成三个文档
暂时兼容老版本,将在下个版本取消对前版本的兼容性
v1.0.4 alpha
通过了Windows和Linux的基础测试(不完全),
通过了Windows和Linux的基础测试(测试仅包括tcp-ipv4,tcp-ipv6,测试不完全)
添加了tthread.h专用于Windows和Linux的线程函数,错误码方面函数未完工(注意可能低版本的Windows不支持)
添加bkfifo.h为后续线程池函数做准备
添加各个函数的函数文档,重构README.txt
取消部分函数兼容