temp
This commit is contained in:
parent
ed6e77a7b4
commit
4182e3e917
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
||||
*
|
||||
!.gitignore
|
||||
!README.txt
|
||||
!version.txt
|
||||
!ssocket.h
|
||||
!*/
|
||||
!test/client/client.c
|
||||
|
@ -4,7 +4,6 @@
|
||||
版本号:1.0.2
|
||||
|
||||
测试用例:
|
||||
在test文件夹下有client和server文件夹在其内部的build文件夹下有用于windows的vs工程文件
|
||||
所有test用例使用cmake构建
|
||||
在test文件夹下存在windows的可执行程序可用于测试
|
||||
(注意server文件忽略多线程资源竞争的问题,该问题将在未来解决)
|
||||
|
7
version.txt
Normal file
7
version.txt
Normal file
@ -0,0 +1,7 @@
|
||||
v1.0.1 ssocket
|
||||
提供基础的windows与linux的跨平台tcp-ipv4协议
|
||||
v1.0.2 ssocket
|
||||
使用getaddrinfo重写部分内容,为未来兼容tcp/udp-ipv4/ipv6做准备
|
||||
添加make_sock,make_sock_tcp4,make_sock_tcp6,make_sock_udp4,make_sock_udp6函数
|
||||
添加若干内置函数(以_func形式)
|
||||
兼容老版本
|
Loading…
x
Reference in New Issue
Block a user