Hello,
I'm working on a raw tcp/ip handler which is going to have to do
nonblocking I/O. I'd like to get direct access to the apr_socket_t from the
request_rec/conn_rec... I've been poking around the documentation, and I
can't find a reference to an apr_socket_t anywhere in that namespace! Is
there some magic I need to do to get at the actual file descriptor for the
open TCP connection?
Thanks,
Tyler
