You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
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
我要了mbedTLS的头和相关obj文件上传到
https://github.com/pony5551/Delphi-Cross-Socket
了,文件名cross_mbedtls.rar
作者有时间可以看一下
我要了mbedTLS的头和相关obj文件上传到
https://github.com/pony5551/Delphi-Cross-Socket
了,文件名cross_mbedtls.rar
作者有时间可以看一下
能否提供修改后的 Net.CrossSslSocket.pas
抽时间测试了下pony5511发给我的mbed程序,测试环境为Windows 10 x64,发现并发超过200就会出现连接失败了
这段时间我自己也写了ssl移植到mbed的相关代码,我的代码也只能支持到500并发,超过之后就出现连接失败
然后我测试了mbedtls自带的ssl_server,居然只能支持到10个并发
同样的环境,DCS使用OpenSSL可以轻松跑10000以上的并发
我现在还不是太清楚造成这种情况的原因,稍后我会将我已经写好的dcs带mbedtls的版本放上来,希望大家一起帮我看看,问题出在哪里