ririyeye
ririyeye
### Xmake 版本 v2.8.5+master ### 操作系统版本和架构 ubuntu23.10 ### 描述问题 ``` shell #!/bin/bash mkdir cache -rf export XMAKE_GLOBALDIR=$(pwd)/cache xmake g --network=private xmake f -y \ -vD xmake -vD -w xmake install...
when i call `readfile` and `writefile`, the error code say a parameter err according to [win doc](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-readfile) , if i open file with `FILE_FLAG_OVERLAPPED` , the `readfile` and `writefile` is...
if the remote client close before I call the async_shutdown,then it will wait forever but not exit 
dtls 支持
现在libhv有tls支持但是缺官方dtls支持 是否有考虑过官方dtls支持 现在用应用层做的dtls就得改成mem_bio的形式才能用比较麻烦 而官方udp是所有服务都采用同一个fd ,openssl 下面 ssl_read 函数调用 recvfrom fd的形式实现 当同时接到多个dtls client数据时 openssl做连续解析 两条不同client的密文必然会解密失败
使用cmake编译hv库时 如果使用with_evpp=off那么不会复制 hmap.h hstring.h等头文件 但是如果把hv.h加入到自己的cpp代码中 就会因为找不到hmap.h hstring.h等文件编译错误