Re: Help getting access to socket filedescriptor

2011-11-16 Thread sridhar basam
On Wed, Nov 16, 2011 at 2:59 PM, Jeff Trawick wrote: > On Wed, Nov 16, 2011 at 2:50 PM, sridhar basam wrote: > > > > Can someone point me at how best to access the filedescriptor that is > part > > of the apr_socket_t struct? I have a need to do additional setsockopts on > > the socket which are

Re: Help getting access to socket filedescriptor

2011-11-16 Thread Jeff Trawick
On Wed, Nov 16, 2011 at 2:50 PM, sridhar basam wrote: > > Can someone point me at how best to access the filedescriptor that is part > of the apr_socket_t struct? I have a need to do additional setsockopts on > the socket which aren't covered with APR. > thanks, >             Sridhar apr_portable

Help getting access to socket filedescriptor

2011-11-16 Thread sridhar basam
Can someone point me at how best to access the filedescriptor that is part of the apr_socket_t struct? I have a need to do additional setsockopts on the socket which aren't covered with APR. thanks, Sridhar