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.
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
___