determining incoming connection address using BIOs

2004-01-19 Thread Zac Hansen
I'm trying to figure out how to get the client address/port when using BIOs to accept new connections. I guess I can use normal accept() to od this, but I already have everything else written and working and I'd rather not go back and mess with it if there's an easy way I'm missing. Thanks.

Timeouts and keepalive?

2003-10-13 Thread Zac Hansen
are there issues with SSL connections that are seldom used timing out? Is there a keepalive option to turn on somewhere to fix a problem like this? Our high-throughput connections work great, but our seldom used ones tend to stop working and require a reconnect. --Zac ___