On Mon, 31 Mar 2003 07:36:38 GMT, Jean Pierre Cognasse wrote:
>
>
>>>The test is between the first called SSL_Write to when SSL_Read
>>>returned
>>>the last byte
>
>>And you sent all the data in a single call to SSL_Write?
>
>>--
>>David Schwartz
>><[EMAIL PROTECTED]>
>
>Yes
>
>Jp

        That sounds to me like a possible bug in OpenSSL. 200 milliseconds
is almost certainly the Nagle delay, and I can't think of any reason
why there would be any Nagle delays.

        You might try setting TCP_NODELAY on the socket. This would both
confirm that Nagle is the problem and provide a temporary workaround
until the problem can be fixed. Just make sure you do not disable
Nagle unless your own code is sufficiently well-behaved.

        DS


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

Reply via email to