Re: Implementing a connection server with BIOs

2003-11-26 Thread Dr. Stephen Henson
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 re

Implementing a connection server with BIOs

2003-11-26 Thread Daniel Monteiro Ferreira
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 a