Hi,
Client Platform: OSX 10.12OpenSSL: openssl-1.0.2g, built by myself i.e. no
system default OpenSSL
server platform: ubuntu 16.4OpenSSL: 1.1.0e built by myself i.e. no system
default OpenSSL
Issue: SSL_read gets failed with errno is 60 (ETIMEDOUT, operation timed out),
ERR_get_error return 0
Hi all,
We are building VPN using OpenSSL 1.1.0e. VPN can work with TLS and DTLS. The
test server is Linux Ubuntu 16.04 and client windows 7/10.
We tested using dummy net with different parameters like 0.1/0.2 /.5% packet
drop and 20 ms delay. In this scenario, DTLS shows marginal 5 to 7% poor
Hi,
OpenSSL version is 1.1.0e.
I am writing high-performance DTLS server which can accept thousands of
connections concurrently.
Originally, I decided, DTLSv1_listen would be called inside the listener
thread, once DTLSv1_listen returns 1 i.e. successful, a new async socket will
be created, it
, Anand Choubey via
openssl-users wrote:
Hi,
OpenSSL version is 1.1.0e.
I am writing high-performance DTLS server which can accept thousands of
connections concurrently.
Originally, I decided, DTLSv1_listen would be called inside the listener
thread, once DTLSv1_listen returns 1 i.e