On 6/13/06, Alexander Lazic <[EMAIL PROTECTED]> wrote:
Hi,i haven't found a function to set ip-options on http://apr.apache.org/docs/apr/group__apr__network__io.html
This is probably not what you were looking for, but you can get the native socket descriptor from an apr socket (apr_os_sock_get in the misnamed apr_portable.h) and use the native socket option calls on it.
