RE: flushing out data to write

2007-06-03 Thread Spiros Antonatos
advance, Spiros Antonatos > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-openssl- > [EMAIL PROTECTED] On Behalf Of David Schwartz > Sent: Friday, June 01, 2007 8:17 PM > To: openssl-users@openssl.org > Subject: RE: flushing out data to write > > >

RE: flushing out data to write

2007-06-01 Thread David Schwartz
> I am trying to create a proxy that reads packets from one side and sends > them over an SSL connection to the other side. > However, I frequently notice that some SSL_write()'s present a > delay of 1sec > to send the data (I receive a packet at time 0sec > and it is sent at time 1sec). Can I flu

flushing out data to write

2007-06-01 Thread Spiros Antonatos
Hi all, I am trying to create a proxy that reads packets from one side and sends them over an SSL connection to the other side. However, I frequently notice that some SSL_write()'s present a delay of 1sec to send the data (I receive a packet at time 0sec and it is sent at time 1sec). Can I flush