> Hmm .. would you mind explaining where this needs to be set?

ok, i looked into stunnel. yes, it does not set OOB_INLINE. look into
stunnel.c. in function connect_remote declare varianle int on and
following code after call to socket:

    on= 1;
    if(setsockopt(s, SOL_SOCKET, SO_OOBINLINE, (void *)&on, sizeof(on))<0) {
        sockerror("setsockopt (SO_OOBINLINE)");
        return -1;
    }
add same code to daemon_loop after before call to create_client.

arne


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to