For version 0.9.8h
in do_dtls1_write()

in the block:

/* first check if there is a SSL3_BUFFER still being written
  * out.  This will happen with non blocking IO */
if (s->s3->wbuf.left != 0)
{
        OPENSSL_assert(0); /* XDTLS:  want to see if we ever get 
here */
        return(ssl3_write_pending(s,type,buf,len));
}


To answer the comment's question: "Yes, we do get there."

Regards,
Joel Reardon

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to