On Wed, Nov 26, 2003, Daniel Monteiro Ferreira wrote: > Hello! > > I'm trying to implement a connection server like the scheme below: > > An accept bio listens to requests on port PORT1; On a request, the accept > bio redirects the socket to PORT* and uses the socket bio (with BIO_pop()) > to read from and write to the socket, so that PORT1 is reserved to the > accept bio and any requests from connection bios are redirected to other > ports that can be dealed by other threads. > > How can I do that redirecting thing? >
The redirect thing should be an automatic and transparent feature of the OS: i.e. you shouldn't have to worry about it. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]