I have been trying to put together a simple echo server and client with
the OpenSSL library, as you may have seen from my previous posts. I
have the O'Reilly OpenSSL book and it has a discussion on non-blocking
IO. I am not sure if I understand the non-blocking example either. So,
it seems like even with blocking IO, I ought to be able to have a simple
server that receives a connection, receives the input from a client and
sends it back? The OpenSSL book only has the client send data and the
server prints it out. :( Any cooked examples out there? 

brian
-- 
Brian Lavender
http://www.brie.com/brian/
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to