Re: [OpenSSL] [SSL_READ and SSL_WRITE] [Edge Trigged EPOLL]

2014-08-13 Thread David Hinkle
I would recommend using epoll in level triggered mode. Edge triggered mode is extremely unforgiving. I've used epoll with openssl in level triggered mode quite extensively and had success with it. On Mon, Aug 11, 2014 at 8:12 AM, Harikrishnan R harikrish...@marketsimplified.com wrote: I

[OpenSSL] [SSL_READ and SSL_WRITE] [Edge Trigged EPOLL]

2014-08-11 Thread Harikrishnan R
I have a TLS Server and TLS Client which is running on the top of *Edge Triggered EPOLL* and *Non Blocking Sockets.* Client and server is doing following operations 1. Client - Connect to TLS Server. (SSL_CTX_new - SSL_new - SSL_set_fd) 2. Client - Set modes

[OpenSSL] [SSL_READ and SSL_WRITE] [Edge Trigged EPOLL]

2014-08-11 Thread Harikrishnan R
I have a TLS Server and TLS Client which is running on the top of *Edge Triggered EPOLL* and *Non Blocking Sockets.* Client and server is doing following operations 1. Client - Connect to TLS Server. (SSL_CTX_new - SSL_new - SSL_set_fd) 2. Client - Set modes