We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在libhv有tls支持但是缺官方dtls支持 是否有考虑过官方dtls支持
现在用应用层做的dtls就得改成mem_bio的形式才能用比较麻烦 而官方udp是所有服务都采用同一个fd ,openssl 下面 ssl_read 函数调用 recvfrom fd的形式实现 当同时接到多个dtls client数据时 openssl做连续解析 两条不同client的密文必然会解密失败
The text was updated successfully, but these errors were encountered:
还没详细研究过openssl dtls用法,如果你集成dtls功能到hv了,欢迎提PR
Sorry, something went wrong.
正在施工openssl-dtls
No branches or pull requests
现在libhv有tls支持但是缺官方dtls支持 是否有考虑过官方dtls支持
现在用应用层做的dtls就得改成mem_bio的形式才能用比较麻烦
而官方udp是所有服务都采用同一个fd ,openssl 下面 ssl_read 函数调用 recvfrom fd的形式实现 当同时接到多个dtls client数据时 openssl做连续解析 两条不同client的密文必然会解密失败
The text was updated successfully, but these errors were encountered: